diff options
author | mistic100 <mistic@piwigo.org> | 2013-11-23 22:57:15 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-11-23 22:57:15 +0000 |
commit | da06285d4e7c8b689ef4d9a01710bc832e8f8e74 (patch) | |
tree | 3cd5cd0952e1ca2164d8a793ab050fcb94cd1cd0 /include/functions_notification.inc.php | |
parent | 037413eee88b4049b073c44d300b51b8dbcd9abe (diff) |
feature 2999: documentation of functions_search and functions_tag
git-svn-id: http://piwigo.org/svn/trunk@25658 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions_notification.inc.php')
-rw-r--r-- | include/functions_notification.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_notification.inc.php b/include/functions_notification.inc.php index e3a2880cb..1834250a9 100644 --- a/include/functions_notification.inc.php +++ b/include/functions_notification.inc.php @@ -361,7 +361,7 @@ function news_exists($start=null, $end=null) /** * Formats a news line and adds it to the array (e.g. '5 new elements') * - * @param array $news + * @param array &$news * @param int $count * @param string $singular_key * @param string $plural_key |