Changeset 666
- Timestamp:
- Dec 30, 2004, 8:59:46 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/update.php
r665 r666 143 143 // retrieve file system sub-directories fulldirs 144 144 $fs_fulldirs = get_fs_directories($basedir); 145 // get_fs_directories doesn't include the base directory, so if it's a 146 // category directory, we need to include it in our array 147 if (isset($_POST['cat'])) 148 { 149 array_push($fs_fulldirs, $basedir); 150 } 145 151 146 152 $inserts = array();
Note: See TracChangeset
for help on using the changeset viewer.