Fix: fix not initialized variables

This commit is contained in:
Laurent Destailleur
2011-12-05 17:13:48 +01:00
parent a95934c6d8
commit b0aff1c927
12 changed files with 30 additions and 24 deletions

View File

@@ -4417,7 +4417,8 @@ function complete_head_from_modules($conf,$langs,$object,&$head,&$h,$type,$mode=
function printCommonFooter($zone='private')
{
global $conf;
global $micro_start_time;
if ($zone == 'private') print "\n".'<!-- Common footer for private page -->'."\n";
else print "\n".'<!-- Common footer for public page -->'."\n";