Advanced search  

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

Pages: [1]   Go Down

Author Topic: [BUG+FIX] Wrong field name in charsetmgr.php  (Read 4507 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.022 seconds with 19 queries.