1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00
git-svn-id: file:///svn/phpbb/trunk@8421 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2008-02-28 19:57:52 +00:00
parent a765c1aba1
commit da966fed65
3 changed files with 5 additions and 5 deletions

View File

@@ -610,7 +610,7 @@ class dbal
$this->sql_transaction('rollback');
}
return $error;
return $this->sql_error_returned;
}
/**