From e6722ac1b4bf45a9416f175cf2729982f42fc8f0 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sun, 10 Nov 2013 16:18:55 +0000 Subject: delete replace_space function, modify get_cat_display_name_* functions git-svn-id: http://piwigo.org/svn/trunk@25425 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_cats.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/category_cats.inc.php') diff --git a/include/category_cats.inc.php b/include/category_cats.inc.php index f579a6cdd..670c7f842 100644 --- a/include/category_cats.inc.php +++ b/include/category_cats.inc.php @@ -296,7 +296,7 @@ if (count($categories) > 0) if ($page['section']=='recent_cats') { - $name = get_cat_display_name_cache($category['uppercats'], null, false); + $name = get_cat_display_name_cache($category['uppercats'], null); } else { -- cgit v1.2.3