18219 |
# If there is a value in the OpacNavRight preference, insert it into opac_news |
18219 |
# If there is a value in the OpacNavRight preference, insert it into opac_news |
18220 |
$dbh->do("INSERT INTO opac_news (branchcode, lang, title, content ) VALUES (NULL, 'OpacNavRight_$langs[0]', '', '$OpacNavRight')"); |
18220 |
$dbh->do("INSERT INTO opac_news (branchcode, lang, title, content ) VALUES (NULL, ?, '', ?)", undef, "OpacNavRight_$langs[0]", $OpacNavRight); |