This commit is contained in:
Rodolphe Quiedeville 2006-03-29 08:16:11 +00:00
parent af8cb3d11d
commit b0282af1b9

View File

@ -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;
/* /*