From a6d104e98f2dcb2f1de03fb13ce43083c66274a4 Mon Sep 17 00:00:00 2001 From: gweltas Date: Thu, 23 Dec 2004 12:30:03 +0000 Subject: - French translation of general lock - Correction of page title in the category page git-svn-id: http://piwigo.org/svn/trunk@654 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_category.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php index 5bcf82f6a..5c76dd065 100644 --- a/include/functions_category.inc.php +++ b/include/functions_category.inc.php @@ -348,7 +348,7 @@ function initialize_category( $calling_page = 'category' ) $page['uppercats'] = $result['uppercats']; $page['title'] = get_cat_display_name($page['cat_name'], - 'category.php?cat=', + '', false); $page['where'] = ' WHERE category_id = '.$page['cat']; } -- cgit v1.2.3