delete replace_space function, modify get_cat_display_name_* functions

git-svn-id: http://piwigo.org/svn/trunk@25425 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2013-11-10 16:18:55 +00:00
parent ca80b5ade8
commit e6722ac1b4
10 changed files with 13 additions and 85 deletions
+1 -2
View File
@@ -149,8 +149,7 @@ SELECT id, uppercats, global_rank
'search_categories',
get_cat_display_name_cache(
$category['uppercats'],
null, // no url on category names
false // no blank replacement
null // no url on category names
)
);
}