Skip to content

Commit

Permalink
fix PHP4.4 breakage (this is getting ridiculous)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/MDB/trunk@189463 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
quipo committed Jun 28, 2005
1 parent c463823 commit d19bf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MDB/Common.php
Expand Up @@ -406,7 +406,7 @@ function &raiseError($code = MDB_ERROR, $mode = NULL, $options = NULL,
}

$err = PEAR::raiseError(NULL, $code, $mode, $options, $userinfo, 'MDB_Error', TRUE);
return($err);
return $err;
}

// }}}
Expand Down

0 comments on commit d19bf0e

Please sign in to comment.