From bcf1c64673fe04c48121f4945e1313666474eb01 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 11 Mar 2006 13:56:11 +0000 Subject: [PATCH] bugfix --- htdocs/socnote.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/socnote.php b/htdocs/socnote.php index 0ad300b46df..fbe9fd01dc2 100644 --- a/htdocs/socnote.php +++ b/htdocs/socnote.php @@ -1,6 +1,7 @@ * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2005-2006 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -60,6 +61,7 @@ if ($_POST["action"] == 'add') { $result = $db->query($sql); $_GET["socid"]=$_POST["socid"]; // Pour retour sur fiche + $socidp = $_GET["socid"] }