We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c75c6 commit 4e6644bCopy full SHA for 4e6644b
ToolkitApi/Db2supp.php
@@ -118,7 +118,6 @@ public function getErrorMsg()
118
*/
119
protected function setStmtError($stmt = null)
120
{
121
- // is statement resource provided, or do we get last error?
122
if ($stmt) {
123
$this->setErrorCode(db2_stmt_error($stmt));
124
$this->setErrorMsg(db2_stmt_errormsg($stmt));
0 commit comments