From bec117f334b543c9838c7160b7033d2e0b3377d3 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 3 Jan 2012 18:20:55 +0000 Subject: [PATCH] --- inc/extranet/Controlleur/class.extranet.url.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/extranet/Controlleur/class.extranet.url.php b/inc/extranet/Controlleur/class.extranet.url.php index fb677d7c1..db41db209 100644 --- a/inc/extranet/Controlleur/class.extranet.url.php +++ b/inc/extranet/Controlleur/class.extranet.url.php @@ -49,7 +49,6 @@ class extranetUrl { $i = 0; foreach ($liste as $id => $client) { if (!is_array($client->contacts)) { - fb($client); continue; } $odd = cubeMath::isOdd($i) ? ' class="odd"' : ''; @@ -432,7 +431,6 @@ class extranetUrl { $dao = new extranetDAOProjet($core->con); $projet = $dao->selectById($projet_id); - fb($projet_id); $hasFacture = $dao->hasFacture($projet_id); -- 2.39.5