Skip to content

Commit 38e57e9

Browse files
committed
another unneeded comment
1 parent 4e6644b commit 38e57e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ToolkitApi/Db2supp.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,8 @@ protected function setErrorMsg($errorMsg)
156156
public function execXMLStoredProcedure($conn, $sql, $bindArray)
157157
{
158158
// @todo see why error doesn't properly bubble up to top level.
159-
// But added some error handling in ToolkitService.php, ExecuteProgram, looking at error code.
160159
$crsr = @db2_prepare($conn, $sql);
161160

162-
// if the prepare failed
163161
if (!$crsr) {
164162
$this->setStmtError();
165163
return false;

0 commit comments

Comments
 (0)