Skip to content

Commit

Permalink
added per file clear function
Browse files Browse the repository at this point in the history
  • Loading branch information
micheldumontier committed Jan 15, 2014
1 parent 583a239 commit c4ffd6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions refseq/refseq.php
Expand Up @@ -67,6 +67,7 @@ function Run(){

echo "processing $f ...";
$this->process();
parent::clear();
echo "done!".PHP_EOL;

$this->getReadFile()->close();
Expand Down

0 comments on commit c4ffd6d

Please sign in to comment.