I've tried get_cforms_entries and averything works fine, except i can't sort anything.
I've tried to find a solution based on this two other topics that describe this problem:
http://www.deliciousdays.com/c…..f-the-api/
http://www.deliciousdays.com/c…..es-in-v11/
I've deleted line 602 from lib_aux.php
unset($cfdata);
and now it works, but only descendent and with this error:
Warning: uksort() [function.uksort]: Array was modified by the user comparison function in /public_html/wp-content/plugins/cforms/lib_aux.php on line 663
Any ideas how to fix this? I'm not a programmer.