mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
fix for pgsql
This commit is contained in:
parent
1ad08eedaa
commit
749448a1a5
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
/* Database setup */
|
/* Database setup */
|
||||||
switch($phpgw_info["server"]["db_type"]){
|
switch($phpgw_info["server"]["db_type"]){
|
||||||
case "postgresql":
|
case "pgsql":
|
||||||
include($phpgw_info["server"]["api_dir"] . "/phpgw_db_pgsql.inc.php");
|
include($phpgw_info["server"]["api_dir"] . "/phpgw_db_pgsql.inc.php");
|
||||||
break;
|
break;
|
||||||
case "oracle":
|
case "oracle":
|
||||||
|
Loading…
Reference in New Issue
Block a user