From 8ab305a68829952ccb8db45bd715befd9fce6591 Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 21 Jul 2014 23:36:50 +0000 Subject: [PATCH] fix my previous commit typo mistake git-svn-id: http://piwigo.org/svn/trunk@29068 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/include/functions.php b/admin/include/functions.php index d5c8986ad..737f6af65 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -1174,7 +1174,7 @@ SELECT DISTINCT(storage_category_id) FROM '.IMAGES_TABLE.' WHERE storage_category_id IS NOT NULL ;'; - $cat_ids = query2aray($query, null, 'storage_category_id'); + $cat_ids = query2array($query, null, 'storage_category_id'); $fulldirs = get_fulldirs($cat_ids); foreach ($cat_ids as $cat_id)