Advanced search  

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]

Pages: [1]   Go Down

Author Topic: [BUG+FIX] Wrong field name in charsetmgr.php  (Read 4467 times)

0 Members and 1 Guest are viewing this topic.

Titooy

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 736
    • under construction...
[BUG+FIX] Wrong field name in charsetmgr.php
« 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'),
« Last Edit: February 23, 2006, 11:09:45 am by Abbas Ali »
Logged

Abbas Ali

  • Administrator
  • Coppermine addict
  • *****
  • Country: in
  • Offline Offline
  • Gender: Male
  • Posts: 2165
  • Spread the PHP Web
    • Ranium Systems
Re: [BUG+FIX] Wrong field name in charsetmgr.php
« Reply #1 on: February 23, 2006, 11:05:43 am »

Fixed and committed.
Logged
Chief Geek at Ranium Systems
Pages: [1]   Go Up
 

Page created in 0.014 seconds with 18 queries.