From 1ac8f5a790db5346063fc19ab2537c4b381965f7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 1 Oct 2005 16:01:07 +0000 Subject: [PATCH] Fix: Appel d'un fetch inutile et en echec --- htdocs/contrat/info.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/contrat/info.php b/htdocs/contrat/info.php index e9a3a516ffe..3540298cc90 100644 --- a/htdocs/contrat/info.php +++ b/htdocs/contrat/info.php @@ -42,8 +42,6 @@ llxHeader(); $contrat = new Contrat($db); $contrat->fetch($_GET["id"]); $contrat->info($_GET["id"]); -$soc = new Societe($db, $contrat->socidp); -$soc->fetch($contrat->socidp); $h = 0;