This commit is contained in:
Andrei Zmievski 1999-12-07 21:41:34 +00:00
parent 44f6f66bd2
commit c2eae47a23

View File

@ -226,7 +226,7 @@ class DB {
}
if (!$parsed['database'])
$dsn = preg_replace('|/+$|', '', &$dsn);
$dsn = preg_replace('|/+$|', '', $dsn);
$parsed['hostspec'] = $dsn;