egroupware/phpgwapi/inc/class.accounts.inc.php
seek3r cfb29e83dd switching to new definition as documented in phpgwapi/doc/class.acounts
I for accounts_sql we still need to add a few functions.
2001-02-05 20:40:30 +00:00

4 lines
205 B
PHP

<?php
include($phpgw_info["server"]["api_inc"]."/class.accounts_".$phpgw_info["server"]["account_repository"].".inc.php");
include($phpgw_info["server"]["api_inc"]."/class.accounts_shared.inc.php");
?>