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: [FIXED] Batch Upload (searchnew.php)  (Read 6244 times)

0 Members and 1 Guest are viewing this topic.

sengsara

  • Translator
  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 87
    • http://batamweb.net
[FIXED] Batch Upload (searchnew.php)
« on: November 06, 2003, 04:35:29 am »

Line 154 still using cpg_pictures

Code: [Select]
$sql = "SELECT *  FROM cpg_pictures WHERE filename ='$pic_fname'";
Logged
(http://batamweb.net/4leechers/sengsaraatgmail.gif)

DJMaze

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 831
    • Dragonfly CMS
[FIXED] Batch Upload (searchnew.php)
« Reply #1 on: November 06, 2003, 04:41:56 am »

thanks, changed in
Code: [Select]
$sql = "SELECT *  FROM ".$CONFIG['TABLE_PREFIX']."pictures WHERE filename ='$pic_fname'";
Logged
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 18 queries.