Ignore:
Timestamp:
Jun 15, 2011, 4:19:31 PM (13 years ago)
Author:
mistic100
Message:

add filters on date_creation fields, remove 'make associations on login'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SmartAlbums/admin.php

    r11376 r11380  
    1212        $conf['SmartAlbums'] = array(
    1313    'update_on_upload' => $_POST['update_on_upload'],
    14     'update_on_login' => $_POST['update_on_login'],
    1514    );   
    1615       
     
    2221  'SMART_PATH' => SMART_PATH,
    2322        'update_on_upload' => $conf['SmartAlbums']['update_on_upload'],
    24         'update_on_login' => $conf['SmartAlbums']['update_on_login'],
    2523));
    2624       
Note: See TracChangeset for help on using the changeset viewer.