From 609632244c4920a5d031b17e71bdb47cec0c2daa Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 29 Oct 2011 20:36:18 +0200 Subject: [PATCH] Removed error reporting --- htdocs/main.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index e316daa44a7..f3ffef35bf1 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1014,7 +1014,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs ); print 'var tradMonths = '.json_encode($tradMonths).';'."\n"; print ''."\n"; - + // Add datepicker default options print ''."\n"; // Add datepicker i18n for current language @@ -1438,7 +1438,7 @@ function left_menu($menu_array_before, $helppagename='', $moresearchform='', $me // Execute hook printLeftBlock $parameters=array(); - $leftblock.=$hookmanager->executeHooks('printLeftBlock',$parameters); // Note that $action and $object may have been modified by some hooks + $leftblock=$hookmanager->executeHooks('printLeftBlock',$parameters); // Note that $action and $object may have been modified by some hooks print $leftblock; if ($conf->use_javascript_ajax && $conf->global->MAIN_MENU_USE_JQUERY_LAYOUT) print ' '."\n";