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"] }