Index: common.php =================================================================== RCS file: /repository/pear/DB/DB/common.php,v retrieving revision 1.29 diff -u -r1.29 common.php --- common.php 7 Dec 2003 10:25:51 -0000 1.29 +++ common.php 10 Dec 2003 18:49:48 -0000 @@ -279,7 +279,7 @@ * @access public * @see PEAR_Error */ - function &raiseError($code = DB_ERROR, $mode = null, $options = null, + function raiseError($code = DB_ERROR, $mode = null, $options = null, $userinfo = null, $nativecode = null) { // The error is yet a DB error object