diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2011-04-16 20:55:06 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2011-04-16 20:55:06 +0200 |
commit | c1db5c084899a231f1729c3aea6bd230fb8a351b (patch) | |
tree | 4a47314438554bbc42c21ba23f90bd1210fb7344 /3dparty | |
parent | 26974d0465fa3b5a04b12791804326afdb0067f6 (diff) | |
download | nextcloud-server-c1db5c084899a231f1729c3aea6bd230fb8a351b.tar.gz nextcloud-server-c1db5c084899a231f1729c3aea6bd230fb8a351b.zip |
fixing MDB2
Diffstat (limited to '3dparty')
-rw-r--r-- | 3dparty/MDB2.php | 4 |
1 files 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 +?> |