Ignore:
Timestamp:
Jun 17, 2013, 2:46:12 AM (11 years ago)
Author:
mistic100
Message:

new advanced param $confbatch_download_additional_ext, default is $confpicture_ext

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/admin/sets.php

    r21607 r23280  
    66{
    77  $BatchDownloader = new BatchDownloader($_GET['delete']);
    8   $BatchDownloader->deleteLastArchive();
    9   $BatchDownloader->clearImages();
    10   pwg_query('DELETE FROM '.BATCH_DOWNLOAD_TSETS.' WHERE id = '.$_GET['delete'].';');
     8  $BatchDownloader->delete();
     9  unset($BatchDownloader);
    1110}
    1211if (isset($_GET['cancel']))
     
    1716  $BatchDownloader->deleteLastArchive();
    1817  $BatchDownloader->clearImages();
     18  unset($BatchDownloader);
    1919}
    2020if (isset($_POST['delete_done']))
     
    8484    )
    8585    ));
     86 
     87  unset($set);
    8688}
    8789
Note: See TracChangeset for help on using the changeset viewer.