alecpl
2010-11-15 3e54812afa0db1eeb201c3faa53911f51d91d3e1
- remove debug command (#1487053)


1 files modified
2 ■■■■■ changed files
program/lib/MDB2/Driver/mysqli.php 2 ●●●●● patch | view | raw | blame | history
program/lib/MDB2/Driver/mysqli.php
@@ -1803,10 +1803,8 @@
            $result = $this->db->_wrapResult($result, $this->result_types,
                $result_class, $result_wrap_class, $this->limit, $this->offset);
        } else {
//echo '<pre>'; var_dump($this->statement, mysqli_stmt_error($this->statement));exit;
            if (!mysqli_stmt_execute($this->statement)) {
echo '<pre>'; var_dump($this->statement, mysqli_stmt_error($this->statement));exit;
                $err = $this->db->raiseError(null, null, null,
                    'Unable to execute statement', __FUNCTION__);
                return $err;