Ignore:
Timestamp:
Oct 9, 2013, 3:18:02 PM (11 years ago)
Author:
mistic100
Message:

fix bug with quotes, add batch manager prefilter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/flickr2piwigo/maintain.inc.php

    r19831 r24815  
    3939  global $conf;
    4040 
    41   pwg_query('DELETE FROM `'. CONFIG_TABLE .'` WHERE param = "flickr2piwigo" LIMIT 1;');
     41  pwg_query('DELETE FROM `'. CONFIG_TABLE .'` WHERE param = "flickr2piwigo";');
     42  unset($conf['flickr2piwigo']);
    4243 
    4344  rrmdir(PHPWG_ROOT_PATH . $conf['data_location'] . 'flickr_cache/');
Note: See TracChangeset for help on using the changeset viewer.