From 0f895aa36a92512df52c92218aab5a92ae21819f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 29 Aug 2003 18:29:37 +0000 Subject: [PATCH] =?UTF-8?q?suppression=20du=20lien=20pour=20cr=E9er=20un?= =?UTF-8?q?=20projet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/projet/index.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/htdocs/comm/projet/index.php b/htdocs/comm/projet/index.php index 48c05bb4f99..5a3894a160c 100644 --- a/htdocs/comm/projet/index.php +++ b/htdocs/comm/projet/index.php @@ -36,17 +36,13 @@ print_titre("Projets"); print ''; print ''; -if($socidp && $user->societe_id == 0) -{ - print ''; -} print '
[Nouveau projet]
'; /* * Traitements des actions * */ -if ($action == 'create') { +if ($HTTP_POST_VARS["action"] == 'create') { $pro = new Project($db); $pro->socidp = $socidp;