mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 08:52:20 +02:00
- modification: localized labels in Administration>Pictures>Caddie
- translation: bug fixed on special categories title in French - translation: all help pages were translated in french git-svn-id: http://piwigo.org/svn/trunk@889 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ $sort_order = array(
|
||||
// sort_by : database fields proposed for sorting comments list
|
||||
$sort_by = array(
|
||||
'date' => 'comment date',
|
||||
'image_id' => 'image'
|
||||
'image_id' => 'picture'
|
||||
);
|
||||
|
||||
// items_number : list of number of items to display per page
|
||||
|
||||
Reference in New Issue
Block a user