Comment 3 for bug 1131870

Revision history for this message
Felix Eckhofer (eckhofer) wrote :

Just noticed that this just got rid of one of the error messages. The problem with rcube_result_index being used as an array still persists. If I understood the docs correctly, we're supposed to call ->get() to access the results as an array or use get_element(i) for direct access. See attached patch for a change that appears to work for me.