forum.coppermine-gallery.net

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
Code: [Select]
                                       $CONFIG['TABLE_COMMENTS'] =>
                                       array('msg_id', 'author', 'msg_body'),
should be
Code: [Select]
                                       $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.