This commit is contained in:
Rodolphe Quiedeville 2006-01-19 15:37:14 +00:00
parent b6f0618c93
commit 2b31b1b57d

View File

@ -44,7 +44,16 @@ llxHeader('','Telephonie - Distributeur - Commercial');
*
*/
$h = 0;
$year = strftime("%Y",time());
if (strftime("%m",time()) == 1)
{
$year = $year -1;
}
if ($_GET["year"] > 0)
{
$year = $_GET["year"];
}
if ($_GET["id"] && $_GET["did"])
{