Suppression de code inutile

This commit is contained in:
Rodolphe Quiedeville 2003-06-18 16:14:01 +00:00
parent 562bfe700e
commit d9042e283e

View File

@ -21,19 +21,6 @@
*/
require("../main.inc.php3");
$strmonth[1] = "Janvier";
$strmonth[2] = "Février";
$strmonth[3] = "Mars";
$strmonth[4] = "Avril";
$strmonth[5] = "Mai";
$strmonth[6] = "Juin";
$strmonth[7] = "Juillet";
$strmonth[8] = "Août";
$strmonth[9] = "Septembre";
$strmonth[10] = "Octobre";
$strmonth[11] = "Novembre";
$strmonth[12] = "Décembre";
function llxHeader($head = "") {
global $user, $conf;