Ignore:
Timestamp:
Dec 22, 2006, 12:49:12 AM (17 years ago)
Author:
rvelices
Message:

Very small corrections:

  • syntax error (action.php)
  • language (call to l10n_dec and English language)
  • replace some fetch_array with fetch_assoc (less memory used)
  • removed one unnecessary assign_block_vars
  • removed meta name="robots" (conflict with notification.php)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/filter.inc.php

    r1677 r1678  
    3434
    3535
    36 $filter['enabled'] = 
     36$filter['enabled'] =
    3737  (in_array(basename($_SERVER['SCRIPT_FILENAME']), $conf['filter_pages'])) and
    3838  (
     
    9999  }
    100100
    101   $header_notes[] = l10n_dec($lang['note_filter_day'], $lang['note_filter_days'], $user['recent_period']);
     101  $header_notes[] = l10n_dec('note_filter_day', 'note_filter_days', $user['recent_period']);
    102102}
    103103else
Note: See TracChangeset for help on using the changeset viewer.