egroupware_official/phpgwapi/inc/class.db.inc.php
2001-09-02 00:27:19 +00:00

8 lines
224 B
PHP

<?php
if (empty($GLOBALS['phpgw_info']['server']['db_type']))
{
$GLOBALS['phpgw_info']['server']['db_type'] = 'mysql';
}
include(PHPGW_API_INC.'/class.db_'.$GLOBALS['phpgw_info']['server']['db_type'].'.inc.php');
?>