mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
change from dbl to single ticks
This commit is contained in:
parent
a3e797a6e8
commit
1548a531b7
@ -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');
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user