Fix: Page blanche sur graphe.
This commit is contained in:
parent
7a588e357e
commit
5280c7f549
@ -260,6 +260,7 @@ if ($_GET["account"] || $_GET["ref"])
|
|||||||
$now = time();
|
$now = time();
|
||||||
$day = dolibarr_mktime(12,0,0,1,1,$year);
|
$day = dolibarr_mktime(12,0,0,1,1,$year);
|
||||||
$i = 0;
|
$i = 0;
|
||||||
|
$xyear = $year;
|
||||||
while ($xyear == $year)
|
while ($xyear == $year)
|
||||||
{
|
{
|
||||||
$textdate = strftime("%Y%m%d",$day);
|
$textdate = strftime("%Y%m%d",$day);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user