- Timestamp:
- Jul 11, 2012, 6:45:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/BatchDownloader/include/BatchDownloader.class.php
r16622 r16626 426 426 function getDownloadList($url='') 427 427 { 428 if ($this->data['nb_images'] == 0) 429 { 430 return '<b>'.l10n('No archive').'</b>'; 431 } 432 428 433 $out = ''; 429 434 for ($i=1; $i<=$this->data['nb_zip']; $i++) … … 490 495 'DATE_CREATION' => format_date($this->data['date_creation'], true), 491 496 ); 492 493 if ($this->data['status'] == 'new')494 {495 $set['U_EDIT_SET'] = BATCH_DOWNLOAD_PUBLIC . 'view&set_id='.$this->data['set_id'];496 }497 497 498 498 switch ($this->data['type'])
Note: See TracChangeset
for help on using the changeset viewer.