egroupware/addressbook/inc/class.contacts.inc.php
2001-02-02 07:06:08 +00:00

5 lines
359 B
PHP

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