From a6a9d2ce6944243a6855e30996d666794a2ccec1 Mon Sep 17 00:00:00 2001 From: erics Date: Mon, 13 Jun 2005 18:46:43 +0000 Subject: [PATCH] =?UTF-8?q?petite=20am=C3=A9lioration=20du=20onblur=20pour?= =?UTF-8?q?=20l'auto=20recherche=20du=20nom=20de=20la=20ville=20=C3=A0=20p?= =?UTF-8?q?artir=20du=20codepostal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/soc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index b5166d96ffe..50eff310068 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -236,7 +236,7 @@ if ($_GET["action"] == 'create' || $_POST["action"] == 'create') print $soc->adresse; print ''; - print ''.$langs->trans('Zip').''; + print ''.$langs->trans('Zip').''; print ''.$langs->trans('Town').''; print ''.$langs->trans('State').'';