mirror of
https://github.com/reactos/web.git
synced 2024-11-23 11:49:47 +00:00
[TESTMAN] Looks like this line escaped refactoring.. Fix that!
svn path=/trunk/; revision=1001
This commit is contained in:
parent
7f2af339ad
commit
9375299190
@ -148,7 +148,7 @@
|
||||
$stmt->execute();
|
||||
|
||||
$stmt = $this->_dbh->prepare("INSERT INTO winetest_logs (id, log) VALUES (:id, COMPRESS(:log))");
|
||||
$stmt->bindValue(":id", (int)$dbh->lastInsertId());
|
||||
$stmt->bindValue(":id", (int)$this->_dbh->lastInsertId());
|
||||
$stmt->bindParam(":log", $log);
|
||||
$stmt->execute();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user