From 8d9deb3411e750c63809e3844e85a3736b0d3631 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 11 Mar 2006 12:58:58 +0000 Subject: [PATCH] bugfix --- htdocs/societe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe.php b/htdocs/societe.php index c784e3b7c99..3c89b140ef9 100644 --- a/htdocs/societe.php +++ b/htdocs/societe.php @@ -93,7 +93,7 @@ if ($mode == 'search') { $obj = $db->fetch_object($result); $socidp = $obj->idp; - header("location: soc.php?socidp=$socidp"); + header("location: soc.php?socid=$socidp"); exit; } $db->free($result);