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/include/init_cat_modify.php

    r11376 r11380  
    7979        ),
    8080      'date' => array(
    81         'the' => l10n('Added the'),
    82         'before' => l10n('Added before the'),
    83         'after' => l10n('Added after the'),
     81        'the' => l10n('Added on'),
     82        'before' => l10n('Added before'),
     83        'after' => l10n('Added after'),
     84        'the_crea' => l10n('Created on'),
     85        'before_crea' => l10n('Created before'),
     86        'after_crea' => l10n('Created after'),
    8487        ),
    8588      'limit' => array('limit' => 'limit'), // second filter not used
Note: See TracChangeset for help on using the changeset viewer.