From 6ac83a4205e65275e3d7f05eb4f473b150acf042 Mon Sep 17 00:00:00 2001
From: Maxime Kohlhaas <mko@atm-consulting.fr>
Date: Fri, 28 Sep 2012 14:58:47 +0200
Subject: [PATCH] Task # 355 : last correction

---
 htdocs/contact/fiche.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php
index 0e2df370687..e1ce804a270 100644
--- a/htdocs/contact/fiche.php
+++ b/htdocs/contact/fiche.php
@@ -588,7 +588,7 @@ else
 				print "\n".'<script type="text/javascript" language="javascript">'."\n";
 				print 'jQuery(document).ready(function () {
 							jQuery("#selectcountry_id").change(function() {
-								document.formsoc.action.value="create";
+								document.formsoc.action.value="edit";
 								document.formsoc.submit();
 							});
 						
-- 
GitLab