Changeset 23771 for extensions/BatchDownloader/include/functions.inc.php
- Timestamp:
- Jul 4, 2013, 7:29:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/BatchDownloader/include/functions.inc.php
r23321 r23771 63 63 } 64 64 65 returnarray(65 $set = array( 66 66 'type' => $batch_type, 67 67 'id' => $batch_id, 68 68 'size' => !empty($_GET['down_size']) ? $_GET['down_size'] : 'original', 69 'items' => $page['items'], 69 70 ); 71 72 return trigger_event('batchdownload_get_set_info', $set); 70 73 } 71 74
Note: See TracChangeset
for help on using the changeset viewer.