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 --- admin/site_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/site_update.php') diff --git a/admin/site_update.php b/admin/site_update.php index c6cc69f03..512a292b7 100644 --- a/admin/site_update.php +++ b/admin/site_update.php @@ -218,7 +218,7 @@ SELECT id_uppercat, MAX(rank)+1 AS next_rank { array_push($fs_fulldirs, $basedir); } - // If $_POST['subcats-included'] != 1 ("Search in subcategories" is unchecked) + // If $_POST['subcats-included'] != 1 ("Search in sub-albums" is unchecked) // $db_fulldirs doesn't include any subdirectories and $fs_fulldirs does // So $fs_fulldirs will be limited to the selected basedir // (if that one is in $fs_fulldirs) -- cgit v1.2.3