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 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index a79f90166..25f1d0d4a 100644 --- a/index.php +++ b/index.php @@ -230,7 +230,7 @@ if ( empty($page['is_external']) or !$page['is_external'] ) $hints = array(); foreach ( $cats as $cat ) { - $hints[] = get_cat_display_name( array($cat), '', false ); + $hints[] = get_cat_display_name( array($cat), '' ); } $template->assign( 'category_search_results', $hints); } -- cgit v1.2.3