From c2eae47a2346aa81a093db42469114696fa1367c Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Tue, 7 Dec 1999 21:41:34 +0000 Subject: [PATCH] Oops. --- pear/DB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/DB.php b/pear/DB.php index 5559767345..25eb312fe6 100644 --- a/pear/DB.php +++ b/pear/DB.php @@ -226,7 +226,7 @@ class DB { } if (!$parsed['database']) - $dsn = preg_replace('|/+$|', '', &$dsn); + $dsn = preg_replace('|/+$|', '', $dsn); $parsed['hostspec'] = $dsn; -- 2.40.0