From 279b9374b82db334f958b6bf6a6c22484871fef5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 13 Feb 2005 01:39:58 +0000 Subject: [PATCH] Trad: Et de la traduction... --- htdocs/comm/addpropal.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/comm/addpropal.php b/htdocs/comm/addpropal.php index aac4cd7a1c5..f3010a3e040 100644 --- a/htdocs/comm/addpropal.php +++ b/htdocs/comm/addpropal.php @@ -251,7 +251,8 @@ if ($_GET["action"] == 'create') */ if ($numdest > 0) { - print ''; + $langs->load("bills"); + print ''; } print ""; }