21961 |
# If there is a value in the OpacMainUserBlock preference, insert it into opac_news |
21961 |
# If there is a value in the OpacMainUserBlock preference, insert it into opac_news |
21962 |
$dbh->do("INSERT INTO opac_news (branchcode, lang, title, content ) VALUES (NULL, ?, '', ?)", undef, "OpacMainUserBlock_$lang", $opacmainuserblock); |
21962 |
$dbh->do("INSERT INTO opac_news (branchcode, lang, title, content ) VALUES (NULL, ?, '', ?)", undef, "OpacMainUserBlock_$lang", $opacmainuserblock); |
21963 |
push @detail, "Inserting OpacMainUserBlock contents into $lang news item...\n"; |
21963 |
push @detail, "Inserting OpacMainUserBlock contents into $lang news item..."; |