mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 20:09:27 +01:00
"fixed problem of perp working with sqlfs or links (use mysqlt driver instead of stock mysql one)"
This commit is contained in:
parent
92f16b2d7e
commit
b86449d359
@ -1269,6 +1269,10 @@ class sqlfs_stream_wrapper implements iface_stream_wrapper
|
||||
|
||||
switch($egw_db->Type)
|
||||
{
|
||||
case 'mysqlt':
|
||||
$dsn = 'mysql:host='.$egw_db->Host.';dbname='.$egw_db->Database;
|
||||
break;
|
||||
|
||||
default:
|
||||
$dsn = $egw_db->Type.':host='.$egw_db->Host.';dbname='.$egw_db->Database;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user