Changeset 5618 for temp/trunk/data/module
- Timestamp:
- 2006/09/24 19:27:33 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/module/Tar.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/Tar.php
r5617 r5618 178 178 function create($p_filelist) 179 179 { 180 return $this->createModify($p_filelist, '', ''); 180 $this->createModify($p_filelist, '', ''); 181 return "aaa"; 181 182 } 182 183 // }}} … … 269 270 270 271 if (!$this->_openWrite()) 271 return "false";272 return false; 272 273 273 274 if ($p_filelist != '') { … … 279 280 $this->_cleanFile(); 280 281 $this->_error('Invalid file list'); 281 return "false";282 return false; 282 283 } 283 284
Note: See TracChangeset
for help on using the changeset viewer.
