![]() |
This comparison shows the changes necessary to convert path /DbSimple/trunk (Rev 226) TO /DbSimple/trunk (Rev 247)
@@ -178,7 +178,7 @@
|
function _setDbError($query) |
{ |
return $this->_setLastError(mysql_errno(), mysql_error(), $query); |
return $this->_setLastError(mysql_errno($this->link), mysql_error($this->link), $query); |
} |
|
|