bug fix dans print_date_select
This commit is contained in:
parent
4b5b31b8eb
commit
5305bcd636
@ -364,6 +364,7 @@ function print_date_select($set_time='')
|
|||||||
$strmonth[12] = "Décembre";
|
$strmonth[12] = "Décembre";
|
||||||
|
|
||||||
$smonth = 1;
|
$smonth = 1;
|
||||||
|
$sday = 1;
|
||||||
|
|
||||||
$cday = date("d", $set_time);
|
$cday = date("d", $set_time);
|
||||||
$cmonth = date("n", $set_time);
|
$cmonth = date("n", $set_time);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user