Changeset 9453 for extensions/community/admin_pendings.php
- Timestamp:
- Mar 1, 2011, 4:19:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/community/admin_pendings.php
r9372 r9453 215 215 $dimensions = $websize_props; 216 216 } 217 218 $album = null; 219 if (isset($category_for_image[ $row['id'] ])) 220 { 221 $album = $category_for_image[ $row['id'] ]; 222 } 223 else 224 { 225 $album = '<em>'.l10n('No album, this photo is orphan').'</em>'; 226 } 217 227 218 228 $template->append( … … 229 239 'FILE' => $row['file'], 230 240 'DATE_CREATION' => format_date($row['date_creation']), 231 'ALBUM' => $ category_for_image[ $row['id'] ],241 'ALBUM' => $album, 232 242 ) 233 243 );
Note: See TracChangeset
for help on using the changeset viewer.