mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
feature 2108 upload removal correct syntax error
git-svn-id: http://piwigo.org/svn/trunk@8664 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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'])
|
||||
.' ('
|
||||
.'<a href="'.make_index_url(array('section'=>'recent_pics')).'">'
|
||||
.l10n('Recent pictures').'</a>'
|
||||
.l10n('Recent photos').'</a>'
|
||||
.')'
|
||||
.'</li><br>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user