From 1968a8079a4ecc00071553e5b9e9d8fdfabf8b0d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 5 Jul 2012 15:38:08 +0200 Subject: [PATCH] Fix: wrong link --- htdocs/comm/index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 14545c7ae84..9c587c2df69 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -99,10 +99,10 @@ if (($conf->propal->enabled && $user->rights->propale->lire) || } // Recherche Propal -if ($conf->propal->enabled && $user->rights->propale->lire) +if ($conf->propal->enabled && $user->rights->propal->lire) { $var=false; - print '
'; + print ''; print ''; print ''; print ''; @@ -137,7 +137,7 @@ if ($conf->contrat->enabled && $user->rights->contrat->lire) /* * Draft proposals */ -if ($conf->propal->enabled && $user->rights->propale->lire) +if ($conf->propal->enabled && $user->rights->propal->lire) { $sql = "SELECT p.rowid, p.ref, p.total_ht, s.rowid as socid, s.nom as name, s.client, s.canvas"; $sql.= " FROM ".MAIN_DB_PREFIX."propal as p"; @@ -189,7 +189,7 @@ if ($conf->propal->enabled && $user->rights->propale->lire) } } print "
'.$langs->trans("SearchAProposal").'

"; - + $db->free($resql); } else @@ -252,7 +252,7 @@ if ($conf->commande->enabled && $user->rights->commande->lire) } } print "
"; - + $db->free($resql); } } @@ -468,7 +468,7 @@ if ($conf->contrat->enabled && $user->rights->contrat->lire && 0) // TODO A REFA /* * Opened proposals */ -if ($conf->propal->enabled && $user->rights->propale->lire) +if ($conf->propal->enabled && $user->rights->propal->lire) { $langs->load("propal");