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: [FIXED] Batch Upload (searchnew.php)  (Read 6252 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
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fbatamweb.net%2F4leechers%2Fsengsaraatgmail.gif&hash=5023c7ba1bc4142435e406735fee30bc611c5a03)

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.