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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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