2001-02-06 10:19:38 +01:00
|
|
|
<?php
|
2001-06-13 08:24:07 +02:00
|
|
|
if (empty($phpgw_info['server']['db_type'])){$phpgw_info['server']['db_type'] = 'mysql';}
|
|
|
|
include(PHPGW_API_INC.'/class.db_'.$phpgw_info['server']['db_type'].'.inc.php');
|
2001-06-20 10:36:55 +02:00
|
|
|
?>
|