- Timestamp:
- Jan 22, 2014, 6:16:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/admin/include/functions.php
r26904 r26906 786 786 787 787 // caching directories of existing categories 788 global $cat_dirs; // used in preg_replace callback 788 789 $query = ' 789 790 SELECT id, dir … … 824 825 ); 825 826 } 827 828 unset($cat_dirs); 826 829 827 830 return $cat_fulldirs;
Note: See TracChangeset
for help on using the changeset viewer.