diff --git a/htdocs/docsoc.php b/htdocs/docsoc.php index 86107738103..90ec0499bb8 100644 --- a/htdocs/docsoc.php +++ b/htdocs/docsoc.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 diff --git a/htdocs/soc.php b/htdocs/soc.php index 6c624835e7f..157e186924b 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -3,7 +3,7 @@ * Copyright (C) 2003 Brian Fraval * Copyright (C) 2004-2006 Laurent Destailleur * Copyright (C) 2005 Eric Seigne - * Copyright (C) 2005 Regis Houssin + * 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 diff --git a/htdocs/societe.php b/htdocs/societe.php index 3c89b140ef9..412a74f4610 100644 --- a/htdocs/societe.php +++ b/htdocs/societe.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 diff --git a/htdocs/socnote.php b/htdocs/socnote.php index fbe9fd01dc2..edd60e256e7 100644 --- a/htdocs/socnote.php +++ b/htdocs/socnote.php @@ -61,7 +61,7 @@ if ($_POST["action"] == 'add') { $result = $db->query($sql); $_GET["socid"]=$_POST["socid"]; // Pour retour sur fiche - $socidp = $_GET["socid"] + $socidp = $_GET["socid"]; }