Update index.php

This commit is contained in:
Frédéric FRANCE 2018-11-03 18:26:11 +01:00 committed by GitHub
parent 8ab53012b7
commit d6b909a280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,12 +217,12 @@ if (! count($arrayyears)) $arrayyears[$nowyear]=$nowyear;
$h=0;
$head = array();
$head[$h][0] = DOL_URL_ROOT . '/fichinter/stats/index.php?mode='.$mode;
$head[$h][0] = DOL_URL_ROOT . '/fichinter/stats/index.php';
$head[$h][1] = $langs->trans("ByMonthYear");
$head[$h][2] = 'byyear';
$h++;
$type='fichinter_stats';
$type = 'fichinter_stats';
complete_head_from_modules($conf,$langs,null,$head,$h,$type);