Subversion

lib

Compare Path:  Rev
With Path: Rev

This comparison shows the changes necessary to convert path /DbSimple/trunk (Rev 226) TO /DbSimple/trunk (Rev 247)

Reverse comparison

lib/DbSimple/Mysql.php

@@ -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);
}


Powered by WebSVN v2.0rc4