- 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
This commit is contained in:
gweltas
2004-12-23 12:30:03 +00:00
parent 6409647e1c
commit a6d104e98f
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -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'];
}