PDA

View Full Version : [fixed] admin/announcement.php code correction


TECK
Fri 12th Jul '02, 3:39am
line 134
$getannc=$DB_site->query_first("SELECT pagetext FROM announcement WHERE announcementid=$announcementid");
if (strlen($getannc[pagetext])!=strlen($pagetext)) {
if ($anncallowvbcode) {
$anncallowvbcode should be $annc_allowvbcode.