HOR-3670-RG observations

This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-08-11 14:54:56 -04:00
parent 63716c1358
commit 7be91035cf
2 changed files with 14 additions and 90 deletions

View File

@@ -1,12 +1,9 @@
<?php
/**
*
* This class is derived from the class archive, is employed to use files .bzip
*
* @package workflow.engine.classes
*
*/class BzipFile extends tar_file
*/
class BzipFile extends tar_file
{
/**
@@ -59,5 +56,4 @@
{
return @bzopen($this->options['name'], "rb");
}
}