[BUG+FIX] Wrong field name in charsetmgr.php [BUG+FIX] Wrong field name in charsetmgr.php
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[BUG+FIX] Wrong field name in charsetmgr.php

Started by Titooy, February 22, 2006, 11:27:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Titooy

in charsetmgr.php
                                       $CONFIG['TABLE_COMMENTS'] =>
                                       array('msg_id', 'author', 'msg_body'),

should be
                                       $CONFIG['TABLE_COMMENTS'] =>
                                       array('msg_id', 'msg_author', 'msg_body'),

Abbas Ali

Chief Geek at Ranium Systems