From 08c77144fabb514fa1330d38bc5325a89f709571 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 9 Mar 2006 13:34:59 +0000 Subject: [PATCH] =?UTF-8?q?il=20faut=20v=E9rifier=20ce=20code=20!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/projet/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php index 43d94c377c3..7c62189e07c 100644 --- a/htdocs/projet/index.php +++ b/htdocs/projet/index.php @@ -63,7 +63,7 @@ if (!$user->rights->commercial->client->voir && !$socidp) $sql .= ", sc.fk_soc, $sql.= " FROM ".MAIN_DB_PREFIX."projet as p"; if (!$user->rights->commercial->client->voir && !$socidp) $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc"; $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."projet_task as t ON p.rowid = t.fk_projet"; -//$sql.= " , ".MAIN_DB_PREFIX."projet_task as t"; +//$sql.= " , ".MAIN_DB_PREFIX."projet_task as t"; // pourquoi est-ce que c'est en commentaire ? //$sql.= " WHERE t.fk_projet = p.rowid"; if (!$user->rights->commercial->client->voir && !$socidp) $sql .= " AND p.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id; if ($socidp)