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])
{
case "--month":
$month = $GLOBALS["argv"][$i+1]
$month = $GLOBALS["argv"][$i+1];
break;
case "--year":
$year = $GLOBALS["argv"][$i+1]
$year = $GLOBALS["argv"][$i+1];
break;
case "-v":
$verbose = 1;