aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-12-23 12:30:03 +0000
committergweltas <gweltas@piwigo.org>2004-12-23 12:30:03 +0000
commita6d104e98f2dcb2f1de03fb13ce43083c66274a4 (patch)
treedd726668489bac7dd299fc3ab7b568151558b31a /include
parent6409647e1c9e9d13913c9d4b3d882511dc51f52d (diff)
- 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
Diffstat (limited to 'include')
-rw-r--r--include/functions_category.inc.php2
1 files changed, 1 insertions, 1 deletions
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'];
}