Changeset 23374 for extensions
- Timestamp:
- Jun 19, 2013, 9:35:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ExtendedDescription/main.inc.php
r22203 r23374 633 633 ;'; 634 634 $ids = array_from_query($query, 'image_id'); 635 if (empty($ids)) 636 { 637 return '(nivoSlider) no photos in album #'.$params['album']; 638 } 635 639 $ids = implode(',', $ids); 636 640 } … … 638 642 else if (empty($params['list'])) 639 643 { 640 return ' missing album id or empty picturelist';644 return '(nivoSlider) missing album id or photos list'; 641 645 } 642 646 else
Note: See TracChangeset
for help on using the changeset viewer.