Mike Sullivan
Tue 17th Jun '03, 4:11pm
In modcp/announcement.php, find:
if (isset($announcementid))
Replace with:
if (!empty($announcementid))
if (isset($announcementid))
Replace with:
if (!empty($announcementid))
View Full Version : Problems adding an announcement via mod CP