mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-08 06:45:10 +02:00
change from dbl to single ticks
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
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");
|
||||
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');
|
||||
?>
|
Reference in New Issue
Block a user