thomascube
2005-11-01 36df57ce32ebad9416d78e4f86a41e5f1707f4ad
program/include/rcube_mdb2.inc
@@ -153,10 +153,10 @@
        $this->db_handle->row_offset = $offset;
      $this->db_handle->row_limit = $numrows;
        $result = $this->db_handle->query($query,$params);
        //$q = $this->db_handle->prepare($query);
        //$q->bindParamArray($params);
        //$result = $q->execute();
        //$result = $this->db_handle->query($query,$params);
        $q = $this->db_handle->prepare($query);
        $q->bindParamArray($params);
        $result = $q->execute();
        if (PEAR::isError($result))
            raise_error(array('code' => 500,