From ca8c544f3513bdaaccd6c95751f760727518d35a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Aug 2005 16:58:32 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Classe=20non=20charg=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index 5e3ac446030..27df218316f 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -468,7 +468,7 @@ if ($conf->banque->enabled && $user->rights->banque->lire) { $langs->load("banks"); - //include_once("./compta/bank/account.class.php"); + include_once("./compta/bank/account.class.php"); $board=new Account($db); $board->load_board();