fixed wrong function call

This commit is contained in:
bettina 2001-12-29 21:37:12 +00:00
parent 5739976dfd
commit c2cd9e60d0

View File

@ -24,7 +24,7 @@
include('../header.inc.php');
$obj = CreateObject('addressbook.uiaddressbook');
$obj->get_list();
$obj->index();
$GLOBALS['phpgw']->common->phpgw_footer();
?>