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 --- admin/cat_list.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'admin/cat_list.php') diff --git a/admin/cat_list.php b/admin/cat_list.php index 6caa393f4..e7fc7805c 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -203,8 +203,7 @@ if (isset($_GET['parent_id'])) $navigation.= get_cat_display_name_from_id( $_GET['parent_id'], - $base_url.'&parent_id=', - false + $base_url.'&parent_id=' ); } // +-----------------------------------------------------------------------+ -- cgit v1.2.3