From 5305bcd63645fee802f83b2342a1d2c8181f024b Mon Sep 17 00:00:00 2001 From: jlb Date: Thu, 5 Jun 2003 10:35:31 +0000 Subject: [PATCH] bug fix dans print_date_select --- htdocs/lib/functions.inc.php3 | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/lib/functions.inc.php3 b/htdocs/lib/functions.inc.php3 index 4385139f3ea..b4beeeb55f5 100644 --- a/htdocs/lib/functions.inc.php3 +++ b/htdocs/lib/functions.inc.php3 @@ -364,6 +364,7 @@ function print_date_select($set_time='') $strmonth[12] = "Décembre"; $smonth = 1; + $sday = 1; $cday = date("d", $set_time); $cmonth = date("n", $set_time);