From b8e3e9c86ce464c99b4b5ad99e07d7aa38ee0ed5 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 24 Apr 2006 11:35:59 +0000 Subject: [PATCH] bugfix --- htdocs/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index eaf6b6de592..d6aa41b3767 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1603,7 +1603,7 @@ class Form if ($numaddress==0) { $langs->load("companies"); - print '   '.$langs->trans("AddAddress").''; + print '   '.$langs->trans("AddAddress").''; } print ''; }