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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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 2 Guests 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