summaryrefslogtreecommitdiff
path: root/roundcubemail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-15 10:01:49 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-15 10:01:49 +0000
commit7e5dfbe87bcc7e891e4565eb69f70bf9b2c3091e (patch)
treeb013d9870aa5abceef1d65552d8bd61b6571ffaf /roundcubemail
parentb064e92c81950aa4f35bc81e6436b700614becc3 (diff)
- remove debug command (#1487053)
git-svn-id: https://svn.roundcube.net/trunk@4225 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
-rw-r--r--roundcubemail/program/lib/MDB2/Driver/mysqli.php2
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;