From: Frank Karlitschek Date: Sat, 16 Apr 2011 18:55:06 +0000 (+0200) Subject: fixing MDB2 X-Git-Tag: v3.0~267^2~558^2~128 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c1db5c084899a231f1729c3aea6bd230fb8a351b;p=nextcloud-server.git fixing MDB2 --- 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 +?>