print footer...

This commit is contained in:
Miles Lott 2001-08-29 16:43:16 +00:00
parent fa3b655009
commit 8fb7e84b08

View File

@ -14,7 +14,7 @@
/* $Id$ */
$phpgw_info['flags'] = array(
$GLOBALS['phpgw_info']['flags'] = array(
'currentapp' => 'addressbook',
'noheader' => True,
'nonavbar' => True
@ -23,4 +23,6 @@
$obj = CreateObject('addressbook.uiaddressbook');
$obj->get_list();
$GLOBALS['phpgw']->common->phpgw_footer();
?>