mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-02 07:52:15 +02:00
fix my previous commit typo mistake
git-svn-id: http://piwigo.org/svn/trunk@29068 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user