From 674650d8850231a9f43aeea7aea48bfd33d52394 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 31 Oct 2005 23:50:56 +0000 Subject: [PATCH] Fix: Syntax error --- htdocs/comm/prospect/prospects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/prospect/prospects.php b/htdocs/comm/prospect/prospects.php index ee11ecbb43e..a8d0152a6c7 100644 --- a/htdocs/comm/prospect/prospects.php +++ b/htdocs/comm/prospect/prospects.php @@ -121,7 +121,7 @@ if ($resql) { $obj = $db->fetch_object($resql); Header("Location: fiche.php?socid=".$obj->idp); - exit: + exit; } else {