Changeset 5625
- Timestamp:
- 2006/09/24 19:51:40 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/module/Tar.php (modified) (1 diff)
-
html/admin/system/bkup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/Tar.php
r5621 r5625 286 286 287 287 if ($v_result) { 288 print("_writeFooter");289 288 $this->_writeFooter(); 290 289 $this->_close(); 291 290 } else 292 print("_cleanFile");293 291 $this->_cleanFile(); 294 292 -
temp/trunk/html/admin/system/bkup.php
r5624 r5625 200 200 201 201 //°µ½Ì¤ò¤ª¤³¤Ê¤¦ 202 $ a = $tar->create($csv_file);202 $tar->create($csv_file); 203 203 204 204 if (!$err) {
Note: See TracChangeset
for help on using the changeset viewer.
