diff options
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 694785bb8..c6361bce0 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -70,7 +70,7 @@ $conf['order_by'] = ' ORDER BY date_available DESC, file ASC, id ASC'; // #image_category.rank column // // $conf['order_by_inside_category'] = ' ORDER BY rank'; -// will sort images by the manually defined rank of images in this category. +// will sort images by the manually defined rank of images in this album. $conf['order_by_inside_category'] = $conf['order_by']; // file_ext : file extensions (case sensitive) authorized @@ -785,4 +785,4 @@ $conf['ploader_download_linux'] = 'http://piwigo.org/ext/download.php?eid=269'; // enable the synchronization method for adding photos $conf['enable_synchronization'] = true; -?> +?>
\ No newline at end of file |