From 12c5137d6ec6cb44f112b25772e4cf5bed58e778 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 21 Jul 2004 09:08:22 +0000 Subject: [PATCH] Modif register_global --- htdocs/soc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index 2e9f769f667..d601f99d5bc 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -61,7 +61,7 @@ if ($_POST["action"] == 'add' or $_POST["action"] == 'update') if ($_POST["action"] == 'update') { - $soc->update($socid); + $soc->update($_GET["socid"]); } if ($_POST["action"] == 'add') {