This commit is contained in:
Rodolphe Quiedeville 2006-03-29 08:03:17 +00:00
parent dd412295fa
commit 90c86ba653

View File

@ -43,10 +43,10 @@ for ($i = 1; $i < sizeof($GLOBALS["argv"]); $i++)
switch($GLOBALS["argv"][$i]) switch($GLOBALS["argv"][$i])
{ {
case "--month": case "--month":
$month = $GLOBALS["argv"][$i+1] $month = $GLOBALS["argv"][$i+1];
break; break;
case "--year": case "--year":
$year = $GLOBALS["argv"][$i+1] $year = $GLOBALS["argv"][$i+1];
break; break;
case "-v": case "-v":
$verbose = 1; $verbose = 1;