Remove common_debug call that slipped by
This commit is contained in:
parent
b54710950f
commit
987232a0a6
@ -962,7 +962,6 @@ class DB_Error extends PEAR_Error
|
|||||||
function DB_Error($code = DB_ERROR, $mode = PEAR_ERROR_RETURN,
|
function DB_Error($code = DB_ERROR, $mode = PEAR_ERROR_RETURN,
|
||||||
$level = E_USER_NOTICE, $debuginfo = null)
|
$level = E_USER_NOTICE, $debuginfo = null)
|
||||||
{
|
{
|
||||||
common_debug(var_export($debuginfo,true));
|
|
||||||
if (is_int($code)) {
|
if (is_int($code)) {
|
||||||
$this->PEAR_Error('DB Error: ' . DB::errorMessage($code), $code,
|
$this->PEAR_Error('DB Error: ' . DB::errorMessage($code), $code,
|
||||||
$mode, $level, $debuginfo);
|
$mode, $level, $debuginfo);
|
||||||
|
Loading…
Reference in New Issue
Block a user