coppermine-gallery.com/forum

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: Titooy on February 22, 2006, 11:27:34 PM

Title: [BUG+FIX] Wrong field name in charsetmgr.php
Post by: Titooy on February 22, 2006, 11:27:34 PM
in charsetmgr.php
                                       $CONFIG['TABLE_COMMENTS'] =>
                                       array('msg_id', 'author', 'msg_body'),

should be
                                       $CONFIG['TABLE_COMMENTS'] =>
                                       array('msg_id', 'msg_author', 'msg_body'),
Title: Re: [BUG+FIX] Wrong field name in charsetmgr.php
Post by: Abbas Ali on February 23, 2006, 11:05:43 AM
Fixed and committed.