From e0828dee2165e3802777a8128f8d196276b975d2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 10 Feb 2005 23:28:35 +0000 Subject: [PATCH] Fix: Pb affichage projet --- htdocs/fichinter/fiche.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/fichinter/fiche.php b/htdocs/fichinter/fiche.php index eea45365183..5ee2a5bbd33 100644 --- a/htdocs/fichinter/fiche.php +++ b/htdocs/fichinter/fiche.php @@ -284,7 +284,7 @@ if ($_GET["action"] == 'edit') print ""; print ""; - print ''; + print '
'; print "'; print ''; if ($conf->projet->enabled) { - print ''; + $fichinter->fetch_projet(); + print ''; } print ''; print '
".$langs->trans("Date").""; /* * set $reday, $remonth, $reyear @@ -346,7 +346,8 @@ if ($_GET["id"] && $_GET["action"] != 'edit') print '
'.$langs->trans("Ref").''.$fichinter->ref.'
'.$langs->trans("Duration").''.$fichinter->duree.'
'.$langs->trans("Ref").' 
'.$langs->trans("Ref").''.$fichinter->projet.'
'.$langs->trans("Description").'';