From 75c9dc23f03831e9008580f4b670886eb634d295 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 27 May 2002 01:32:04 +0000 Subject: [PATCH] This should allow for another app to load its own contacts class as a replacement for the api version. If the app wants to include the api shared class, it should do so manually. --- phpgwapi/inc/class.contacts.inc.php | 32 +++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/phpgwapi/inc/class.contacts.inc.php b/phpgwapi/inc/class.contacts.inc.php index e2ac7df2df..87fa87dc08 100644 --- a/phpgwapi/inc/class.contacts.inc.php +++ b/phpgwapi/inc/class.contacts.inc.php @@ -1,8 +1,32 @@