Changeset 8664


Ignore:
Timestamp:
Jan 14, 2011, 9:51:53 PM (13 years ago)
Author:
rvelices
Message:

feature 2108 upload removal correct syntax error

File:
1 edited

Legend:

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

    r8651 r8664  
    355355          (nb_updated_categories($start, $end) > 0) or
    356356          ((is_admin()) and (nb_unvalidated_comments($start, $end) > 0)) or
    357           ((is_admin()) and (nb_new_users($start, $end) > 0)))
    358         );
     357          ((is_admin()) and (nb_new_users($start, $end) > 0)));
    359358}
    360359
     
    531530        .' ('
    532531        .'<a href="'.make_index_url(array('section'=>'recent_pics')).'">'
    533           .l10n('Recent pictures').'</a>'
     532          .l10n('Recent photos').'</a>'
    534533        .')'
    535534        .'</li><br>';
Note: See TracChangeset for help on using the changeset viewer.