aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2013-11-10 16:18:55 +0000
committermistic100 <mistic@piwigo.org>2013-11-10 16:18:55 +0000
commite6722ac1b4bf45a9416f175cf2729982f42fc8f0 (patch)
tree206a0d5308cc247a8235afe7a0503d4bf026117a /include/ws_functions
parentca80b5ade87f2cdf7ac7d7672910ff08005a3680 (diff)
delete replace_space function, modify get_cat_display_name_* functions
git-svn-id: http://piwigo.org/svn/trunk@25425 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/ws_functions')
-rw-r--r--include/ws_functions/pwg.categories.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ws_functions/pwg.categories.php b/include/ws_functions/pwg.categories.php
index 70a555398..ae8f45ed5 100644
--- a/include/ws_functions/pwg.categories.php
+++ b/include/ws_functions/pwg.categories.php
@@ -259,7 +259,7 @@ SELECT
if ($params['fullname'])
{
- $row['name'] = strip_tags(get_cat_display_name_cache($row['uppercats'], null, false));
+ $row['name'] = strip_tags(get_cat_display_name_cache($row['uppercats'], null));
}
else
{