diff options
author | mistic100 <mistic@piwigo.org> | 2013-11-10 16:18:55 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-11-10 16:18:55 +0000 |
commit | e6722ac1b4bf45a9416f175cf2729982f42fc8f0 (patch) | |
tree | 206a0d5308cc247a8235afe7a0503d4bf026117a /search_rules.php | |
parent | ca80b5ade87f2cdf7ac7d7672910ff08005a3680 (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 '')
-rw-r--r-- | search_rules.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/search_rules.php b/search_rules.php index 56664a148..a4c72d861 100644 --- a/search_rules.php +++ b/search_rules.php @@ -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 ) ); } |