egroupware/phpgwapi/inc/class.db.inc.php

4 lines
185 B
PHP
Raw Normal View History

<?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
?>