1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

- small MSSQL thing

- changed how we store tracking data


git-svn-id: file:///svn/phpbb/trunk@7120 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-03-04 22:08:44 +00:00
parent ac21b7d47b
commit e3b9b5ca81
5 changed files with 133 additions and 12 deletions

View File

@@ -313,7 +313,7 @@ class dbal_mssql extends dbal
function _sql_error()
{
$error = array(
'message' => @mssql_get_last_message($this->db_connect_id),
'message' => @mssql_get_last_message(),
'code' => ''
);