proper variable existence check

This commit is contained in:
shrykedude 2003-10-24 04:39:42 +00:00
parent 8b9c73d089
commit d5f0fd26cd

View File

@ -111,7 +111,7 @@
*/
}
if (! $GLOBALS['phpgw_info']['nofooter'])
if (!isset($GLOBALS['phpgw_info']['nofooter']))
{
$GLOBALS['phpgw']->common->phpgw_footer();
}