Changeset 11381 for extensions/SmartAlbums/include/functions.inc.php
- Timestamp:
- Jun 15, 2011, 4:43:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/SmartAlbums/include/functions.inc.php
r11380 r11381 30 30 } 31 31 32 if (!function_exists('set_r endom_representant'))32 if (!function_exists('set_random_representant')) 33 33 { 34 34 include(PHPWG_ROOT_PATH.'admin/include/functions.php'); … … 50 50 if (!is_array($conf['SmartAlbums'])) $conf['SmartAlbums'] = unserialize($conf['SmartAlbums']); 51 51 52 if ( defined('SMART_NOT_UPDATE') OR $conf['SmartAlbums']['update_on_upload'] == 'false') return;52 if ( defined('SMART_NOT_UPDATE') OR !$conf['SmartAlbums']['update_on_upload'] ) return; 53 53 54 54 /* get categories with smart filters */
Note: See TracChangeset
for help on using the changeset viewer.