From 0c0653b3d8dca2ee0a50d9cf858f49d2ca143d35 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Dec 2012 18:34:24 +0100 Subject: [PATCH] Fix: Removed rubbish line --- htdocs/comm/action/fiche.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index a574664f677..ab7fd2a510c 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -601,10 +601,6 @@ if ($action == 'create') $doleditor->Create(); print ''; - // Other attributes - print ' '; - print ''; - // Other attributes $parameters=array(); $reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$actioncomm,$action); // Note that $action and $object may have been modified by hook @@ -836,10 +832,6 @@ if ($id) $doleditor->Create(); print ''; - // Other attributes - print ' '; - print ''; - // Other attributes $parameters=array('colspan' => ' colspan="3"', 'colspanvalue' => '3'); $reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$act,$action); // Note that $action and $object may have been modified by hook @@ -1025,9 +1017,6 @@ if ($id) print dol_htmlentitiesbr($act->note); print ''; - print ' '; - print ''; - // Other attributes $parameters=array('colspan' => ' colspan="3"', 'colspanvalue' => '3'); $reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$act,$action); // Note that $action and $object may have been modified by hook