Ignore:
Timestamp:
Jul 11, 2012, 6:45:20 PM (12 years ago)
Author:
mistic100
Message:

-better support of Stripped

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/include/BatchDownloader.class.php

    r16622 r16626  
    426426  function getDownloadList($url='')
    427427  {
     428    if ($this->data['nb_images'] == 0)
     429    {
     430      return '<b>'.l10n('No archive').'</b>';
     431    }
     432   
    428433    $out = '';
    429434    for ($i=1; $i<=$this->data['nb_zip']; $i++)
     
    490495      'DATE_CREATION' => format_date($this->data['date_creation'], true),
    491496      );
    492        
    493     if ($this->data['status'] == 'new')
    494     {
    495       $set['U_EDIT_SET'] = BATCH_DOWNLOAD_PUBLIC . 'view&amp;set_id='.$this->data['set_id'];
    496     }
    497497   
    498498    switch ($this->data['type'])
Note: See TracChangeset for help on using the changeset viewer.