Home
last modified time | relevance | path

Searched refs:entrie (Results 1 – 2 of 2) sorted by relevance

/plugin/odt2dw/
Daction.php445 function _unzip( $entrie ) { argument
455 $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 ) );
/plugin/odtplus2dw/
Daction.php508 function _unzip( $entrie ) { argument
518 $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 ) );