fixing MDB2
This commit is contained in:
parent
26974d0465
commit
c1db5c0848
1 changed files with 2 additions and 2 deletions
|
@ -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())
|
|||
}
|
||||
|
||||
// }}}
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue