From 71d9f4c8abd4158eee11d758ab418e2ebcfa5c6d Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 5 Sep 2013 17:13:11 +0300 Subject: Added --debug switch to gsxcl --- gsxcl | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/gsxcl b/gsxcl index cc03e6f..0d5e9aa 100755 --- a/gsxcl +++ b/gsxcl @@ -14,10 +14,6 @@ * http://sam.zoy.org/wtfpl/COPYING for more details. */ -if (TRUE) { - error_reporting( E_ALL|E_STRICT ); -} - $nouns = array( 'repair', 'part', 'dispatch', 'order', 'return', 'warranty' ); $verbs = array( 'create', 'lookup', 'update', 'status', 'label', 'pending', 'details' ); @@ -29,7 +25,8 @@ require 'gsxlib.php'; if( count( $argv ) < 6 ) { echo <<