Changeset 18165 for trunk/admin/configuration.php
- Timestamp:
- Sep 23, 2012, 1:19:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/configuration.php
r18164 r18165 223 223 case 'display' : 224 224 { 225 if (!preg_match($int_pattern, $_POST['nb_categories_page']) 226 or $_POST['nb_categories_page'] < 4) 227 { 228 array_push($page['errors'], l10n('The number of albums a page must be above 4.')); 229 } 225 230 foreach( $display_checkboxes as $checkbox) 226 231 { … … 423 428 'display', 424 429 array( 425 'picture_informations' => unserialize($conf['picture_informations']) 430 'picture_informations' => unserialize($conf['picture_informations']), 431 'NB_CATEGORIES_PAGE' => $conf['nb_categories_page'], 426 432 ), 427 433 true
Note: See TracChangeset
for help on using the changeset viewer.