From a05a53612c461c5717867ba86abbbbd4a63b4f1f Mon Sep 17 00:00:00 2001 From: Nikolai Plath Date: Mon, 26 Dec 2011 03:54:49 -0500 Subject: [PATCH] Formatting --- xml2sql.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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);