From c2cd9e60d04c2ec612b4eb2c2aa4479cf4ba136f Mon Sep 17 00:00:00 2001 From: bettina Date: Sat, 29 Dec 2001 21:37:12 +0000 Subject: [PATCH] fixed wrong function call --- addressbook/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/index.php b/addressbook/index.php index 0efb70a7b1..62e54f74d3 100755 --- a/addressbook/index.php +++ b/addressbook/index.php @@ -24,7 +24,7 @@ include('../header.inc.php'); $obj = CreateObject('addressbook.uiaddressbook'); - $obj->get_list(); + $obj->index(); $GLOBALS['phpgw']->common->phpgw_footer(); ?>