Ignore:
Timestamp:
May 2, 2009 4:11:45 PM (4 years ago)
Author:
alec
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_mdb2.php

    r2406 r2449  
    586586 
    587587    if (strlen($data)) 
    588       sqlite_exec($dbh->connection, $data); 
     588      if (!sqlite_exec($dbh->connection, $data, $error) || MDB2::isError($dbh))  
     589        raise_error(array('code' => 500, 'type' => 'db', 
     590            'line' => __LINE__, 'file' => __FILE__, 'message' => $error), TRUE, FALSE);  
    589591    } 
    590592 
Note: See TracChangeset for help on using the changeset viewer.