diff --git a/xml2sql.php b/xml2sql.php index 270c0a6..16f17df 100755 --- a/xml2sql.php +++ b/xml2sql.php @@ -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 -o --format ', 1);