Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
elkuku committed Dec 26, 2011
1 parent eb95a14 commit a05a536
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xml2sql.php
Expand Up @@ -80,15 +80,13 @@ public function execute()
}
}



$this->out();
$this->out('Finished =;)');
$this->out();
}//function

private function createSql($input, $output, $format)
{

if( ! $input || ! $output || ! $format)
throw new Exception('Missing values. Usage: -i <inputfile> -o <outputfile> --format <format>', 1);

Expand Down

0 comments on commit a05a536

Please sign in to comment.