Changeset 17578 for branches/comu-ver2/data/class/util/GC_Utils.php
- Timestamp:
- 2008/08/28 18:45:14 (18 years ago)
- File:
-
- 1 edited
-
branches/comu-ver2/data/class/util/GC_Utils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/util/GC_Utils.php
r17575 r17578 201 201 for($i = $count; 1 <= $i; $i--) { 202 202 $move_number = $i + 1; 203 if(file_exists("$path.$move_number")) unlink("$path.$move_number"); 203 if (file_exists("$path.$move_number")) { 204 unlink("$path.$move_number"); 205 } 204 206 copy("$dirname/" . $arrLog[$i - 1], "$path.$move_number"); 205 207 }
Note: See TracChangeset
for help on using the changeset viewer.
