Index: branches/5.1.x/core/kernel/db/db_connection.php =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/kernel/db/db_connection.php (.../db_connection.php) (revision 12127) +++ branches/5.1.x/core/kernel/db/db_connection.php (.../db_connection.php) (revision 12657) @@ -1,6 +1,6 @@ connectionID); + } + + /** * Returns last error code occured * * @return int @@ -698,5 +718,4 @@ { return Array ('time' => $this->_queryTime, 'count' => $this->_queryCount); } - } -?> \ No newline at end of file + } \ No newline at end of file