From c206a73dd21bd16e8666396455b42936a6551992 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 16 Sep 2010 19:03:56 +0000 Subject: feature 1616: rename "category" into "album" (first commit; still to come) git-svn-id: http://piwigo.org/svn/trunk@6951 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/config_default.inc.php') 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 -- cgit v1.2.3