From 4d3aa6331efa96ddaede756e1d91693c76ecfc2d Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 14 Jan 2011 20:51:53 +0000 Subject: feature 2108 upload removal correct syntax error git-svn-id: http://piwigo.org/svn/trunk@8664 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_notification.inc.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/functions_notification.inc.php') diff --git a/include/functions_notification.inc.php b/include/functions_notification.inc.php index 18700e062..f4789470b 100644 --- a/include/functions_notification.inc.php +++ b/include/functions_notification.inc.php @@ -354,8 +354,7 @@ function news_exists($start, $end) (nb_new_elements($start, $end) > 0) or (nb_updated_categories($start, $end) > 0) or ((is_admin()) and (nb_unvalidated_comments($start, $end) > 0)) or - ((is_admin()) and (nb_new_users($start, $end) > 0))) - ); + ((is_admin()) and (nb_new_users($start, $end) > 0))); } /** @@ -530,7 +529,7 @@ function get_html_description_recent_post_date($date_detail) .l10n_dec('%d new image', '%d new images', $date_detail['nb_elements']) .' (' .'' - .l10n('Recent pictures').'' + .l10n('Recent photos').'' .')' .'
'; -- cgit v1.2.3