From 685e0ea6a60c21be1fa8bb9072c12fe409d74c43 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 13 Jul 2004 14:34:19 +0000 Subject: [PATCH] Correction pour register --- htdocs/comm/action/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 00828185117..a90394db214 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -292,7 +292,7 @@ if ($_GET["id"]) } $act = new ActionComm($db); - $act->fetch($id); + $act->fetch($_GET["id"]); $act->societe->fetch($act->societe->id); $act->author->fetch($act->author->id);