diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-15 10:01:49 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-15 10:01:49 +0000 |
| commit | 7e5dfbe87bcc7e891e4565eb69f70bf9b2c3091e (patch) | |
| tree | b013d9870aa5abceef1d65552d8bd61b6571ffaf /roundcubemail/program | |
| parent | b064e92c81950aa4f35bc81e6436b700614becc3 (diff) | |
- remove debug command (#1487053)
git-svn-id: https://svn.roundcube.net/trunk@4225 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/lib/MDB2/Driver/mysqli.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roundcubemail/program/lib/MDB2/Driver/mysqli.php b/roundcubemail/program/lib/MDB2/Driver/mysqli.php index c74c4d2f7..34a27d2b0 100644 --- a/roundcubemail/program/lib/MDB2/Driver/mysqli.php +++ b/roundcubemail/program/lib/MDB2/Driver/mysqli.php @@ -1803,10 +1803,8 @@ class MDB2_Statement_mysqli extends MDB2_Statement_Common $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; |
