| Code: |
[RC2]
The following Blocks were updated from RC1
=================================================================================
Quiecomm Shout Block - modified by http://www.ourscripts.net
The following Modules were updated from RC1
=================================================================================
Quiecomm Shout Block - modified by http://www.ourscripts.net
[CHANGES/MODS]
The following Modules/Files were modified as stated
=================================================================================
modules/News/comments.php: Email Notification to news items and Comments added.
[FIXES]
The following fix was applied on 1/18/2004.
=================================================================================
Line 47 in admin/modules/modules.php was modified
FROM:
sql_query("insert into ".$prefix."_modules values (NULL, '$modlist[$i]', '$modlist[$i]', '0', '0', '1')", $dbi);
TO
sql_query("insert into ".$prefix."_modules values (NULL, '$modlist[$i]', '$modlist[$i]', '0', '0', '1','0')", $dbi);
The following fix was applied on 1/18/2004.
=================================================================================
Missing rwh.gif was added to the images folder.
The following fix was applied on 1/19/2004.
=================================================================================
Several misspellings of 'Montly Stats' corrected to 'Monthly Stats' in modules/Statistics/language/*
The following fix was applied on 1/19/2004.
=================================================================================
Corrected SQL to fix Hits counter. |