From c1db5c084899a231f1729c3aea6bd230fb8a351b Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sat, 16 Apr 2011 20:55:06 +0200 Subject: [PATCH] fixing MDB2 --- 3dparty/MDB2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3dparty/MDB2.php b/3dparty/MDB2.php index 9ad63f70085..80e8df9e5b7 100644 --- a/3dparty/MDB2.php +++ b/3dparty/MDB2.php @@ -1446,7 +1446,7 @@ class MDB2_Driver_Common extends PEAR * @access public * @see PEAR_Error */ - static function &raiseError($code = null, + static function raiseError($code = null, $mode = null, $options = null, $userinfo = null, @@ -4301,4 +4301,4 @@ function MDB2_defaultDebugOutput(&$db, $scope, $message, $context = array()) } // }}} -?> \ No newline at end of file +?> -- 2.39.5