From e786a6b18450ff786169645f68bc96118282af84 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 31 Oct 2004 16:17:11 +0000 Subject: [PATCH] Fix: faute de frappe dans nom de la fonction --- htdocs/compta/clients.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/clients.php b/htdocs/compta/clients.php index 15d3800cc24..c56ad024ad8 100644 --- a/htdocs/compta/clients.php +++ b/htdocs/compta/clients.php @@ -36,7 +36,7 @@ if ($conf->webcal->enabled) { require("../lib/webcal.class.php"); } -$langs->laod("companies"); +$langs->load("companies"); llxHeader();