From 8cbd6681e7405acc3f21b3a89b1a5ff7f143f83c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 23 Dec 2005 22:43:07 +0000 Subject: [PATCH] Reverting changes in r324; wasn't thinking when I made them --- db.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db.php b/db.php index 6338bc0..d3e3160 100644 --- a/db.php +++ b/db.php @@ -333,8 +333,8 @@ class DB_Abstract { if ($this->dblink) { - $this->errnum = call_user_func($this->commands['errornum'], $this->dblink); - $this->errstr = call_user_func($this->commands['errorstr'], $this->dblink); + $this->errnum = call_user_func($this->commands['error_num'], $this->dblink); + $this->errstr = call_user_func($this->commands['error_str'], $this->dblink); } $style['code'] = 'font-family: \'Courier New\', Courier, mono; font-size: 11px;'; -- 2.22.5