Searched refs:entrie (Results 1 – 2 of 2) sorted by relevance
445 function _unzip( $entrie ) { argument455 $res = $this->ZIP->extractTo( $this->uploadDir, $entrie );457 if ( ! $res ) return $this->_msg( array( 'er_unzip_error', $entrie ) );458 $this->file_extract[] = $this->uploadDir.'/'.$entrie;459 return $this->_msg( array( 'ok_unzip', $entrie ) );
508 function _unzip( $entrie ) { argument518 $res = $this->ZIP->extractTo( $this->uploadDir, $entrie );520 if ( ! $res ) return $this->_msg( array( 'er_unzip_error', $entrie ) );521 $this->file_extract[] = $this->uploadDir.'/'.$entrie;522 return $this->_msg( array( 'ok_unzip', $entrie ) );