1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-03-09 12:43:00 +01:00
egroupware_official/addressbook/inc/class.contacts.inc.php

6 lines
316 B
PHP

<?php
if (!$phpgw_info["server"]["contact_repository"]) { $phpgw_info["server"]["contact_repository"] = "sql"; }
include(PHPGW_INCLUDE_ROOT."/addressbook/inc/class.contacts_".$phpgw_info["server"]["contact_repository"].".inc.php");
include(PHPGW_INCLUDE_ROOT."/addressbook/inc/class.contacts_shared.inc.php");
?>