mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Bugfix
This commit is contained in:
parent
dd412295fa
commit
90c86ba653
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user