thomascube
2009-07-21 5499336feff22f682448dd99cc00a9b36701fcd1
program/include/rcube_mdb2.php
@@ -330,7 +330,9 @@
    if (!$this->db_handle || $this->db_mode=='r')
      return FALSE;
    return $this->db_handle->lastInsertID($sequence);
    $id = $this->db_handle->lastInsertID($sequence);
    return $this->db_handle->isError($id) ? null : $id;
    }