Skip to content

Commit

Permalink
public function restore
Browse files Browse the repository at this point in the history
Signed-off-by: Erko Evgen <[email protected]>
  • Loading branch information
osben committed Nov 17, 2015
1 parent deff285 commit da72ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,10 @@ public function dump($filename)
if($row[1] == 'BASE TABLE')
$this->dump_table($row[0], $h);
}
fclose($h);
fclose($h);
}

function restore($filename)
public function restore($filename)
{
$templine = '';
$h = fopen($filename, 'r');
Expand Down

0 comments on commit da72ba2

Please sign in to comment.