aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_category.inc.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2013-11-23 22:57:15 +0000
committermistic100 <mistic@piwigo.org>2013-11-23 22:57:15 +0000
commitda06285d4e7c8b689ef4d9a01710bc832e8f8e74 (patch)
tree3cd5cd0952e1ca2164d8a793ab050fcb94cd1cd0 /include/functions_category.inc.php
parent037413eee88b4049b073c44d300b51b8dbcd9abe (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_category.inc.php')
-rw-r--r--include/functions_category.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php
index 798efe35d..d22cbba93 100644
--- a/include/functions_category.inc.php
+++ b/include/functions_category.inc.php
@@ -342,7 +342,7 @@ SELECT DISTINCT(id)
* Finds a matching category id from a potential list of permalinks
*
* @param string[] $permalinks
- * @param int $idx filled with the index in $permalinks that matches
+ * @param int &$idx filled with the index in $permalinks that matches
* @return int|null
*/
function get_cat_id_from_permalinks($permalinks, &$idx)