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:
parent
2eca26b97c
commit
8ab305a688
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue