egroupware_official/phpgwapi/inc/class.contacts.inc.php

9 lines
291 B
PHP

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