Changeset 5618 for temp/trunk


Ignore:
Timestamp:
2006/09/24 19:27:33 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/module/Tar.php

    r5617 r5618  
    178178    function create($p_filelist) 
    179179    { 
    180         return $this->createModify($p_filelist, '', ''); 
     180        $this->createModify($p_filelist, '', ''); 
     181        return "aaa"; 
    181182    } 
    182183    // }}} 
     
    269270 
    270271        if (!$this->_openWrite()) 
    271             return "false"; 
     272            return false; 
    272273 
    273274        if ($p_filelist != '') { 
     
    279280                $this->_cleanFile(); 
    280281                $this->_error('Invalid file list'); 
    281                 return "false"; 
     282                return false; 
    282283            } 
    283284 
  • temp/trunk/html/admin/system/Tar.php

    r5612 r5618  
    178178    function create($p_filelist) 
    179179    { 
    180         return $this->createModify($p_filelist, '', ''); 
     180        $this->createModify($p_filelist, '', ''); 
     181        return "aaa"; 
    181182    } 
    182183    // }}} 
     
    286287 
    287288        if ($v_result) { 
     289            print("_writeFooter"); 
    288290            $this->_writeFooter(); 
    289291            $this->_close(); 
    290292        } else 
     293            print("_cleanFile"); 
    291294            $this->_cleanFile(); 
    292295 
Note: See TracChangeset for help on using the changeset viewer.