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

5 lines
241 B
PHP
Raw Normal View History

<?php
if (!$phpgw_info['server']['contacts_application']) { $phpgw_info['server']['contacts_application'] = 'addressbook'; }
include(PHPGW_INCLUDE_ROOT.'/'.$phpgw_info['server']['contacts_application'].'/inc/class.contacts.inc.php');
2001-01-25 08:07:04 +01:00
?>