egroupware/addressbook/inc/class.contacts.inc.php

4 lines
248 B
PHP
Raw Normal View History

2001-02-02 08:00:58 +01:00
<?php
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");
?>