Changeset 4225 in subversion


Ignore:
Timestamp:
Nov 15, 2010 5:01:49 AM (3 years ago)
Author:
alec
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/lib/MDB2/Driver/mysqli.php

    r3354 r4225  
    18041804                $result_class, $result_wrap_class, $this->limit, $this->offset); 
    18051805        } else { 
    1806 //echo '<pre>'; var_dump($this->statement, mysqli_stmt_error($this->statement));exit; 
    18071806 
    18081807            if (!mysqli_stmt_execute($this->statement)) { 
    1809 echo '<pre>'; var_dump($this->statement, mysqli_stmt_error($this->statement));exit; 
    18101808                $err = $this->db->raiseError(null, null, null, 
    18111809                    'Unable to execute statement', __FUNCTION__); 
Note: See TracChangeset for help on using the changeset viewer.