Changeset 29068 for trunk/admin/include


Ignore:
Timestamp:
Jul 22, 2014, 1:36:50 AM (10 years ago)
Author:
rvelices
Message:

fix my previous commit typo mistake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r29066 r29068  
    11751175  WHERE storage_category_id IS NOT NULL
    11761176;';
    1177   $cat_ids = query2aray($query, null, 'storage_category_id');
     1177  $cat_ids = query2array($query, null, 'storage_category_id');
    11781178  $fulldirs = get_fulldirs($cat_ids);
    11791179
Note: See TracChangeset for help on using the changeset viewer.