Bugfix
This commit is contained in:
parent
af8cb3d11d
commit
b0282af1b9
@ -55,7 +55,7 @@ for ($i = 1; $i < sizeof($GLOBALS["argv"]); $i++)
|
|||||||
$verbose = 2;
|
$verbose = 2;
|
||||||
break;
|
break;
|
||||||
case "--no-xls":
|
case "--no-xls":
|
||||||
$no-xls = 1;
|
$no_xls = 1;
|
||||||
break;
|
break;
|
||||||
case "--version":
|
case "--version":
|
||||||
echo $GLOBALS['argv'][0]." $Revision$\n";
|
echo $GLOBALS['argv'][0]." $Revision$\n";
|
||||||
@ -141,7 +141,7 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if($no-xls)
|
if($no_xls)
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user