Changeset 1103:f22f7ac9160c for admin/media_item.php
- Timestamp:
- 02/24/13 10:07:55 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media_item.php
r1073 r1103 60 60 # Prepare directories combo box 61 61 $dirs_combo = array(); 62 foreach ($core->media->getRootDirs() as $v) { 63 if ($v->w) { 64 $dirs_combo['/'.$v->relname] = $v->relname; 65 } 62 foreach ($core->media->getDBDirs() as $v) { 63 $dirs_combo['/'.$v] = $v; 66 64 } 67 65 ksort($dirs_combo);
Note: See TracChangeset
for help on using the changeset viewer.