First of all, thank you for a fantastic component and working on the API in version 1.9, it is going to be extremely useful.
I just wanted to say that uddeim.api.php v1.9 (hotfix 1) has a missing ; on line 197. It currently reads:
[code:1]return $insID[/code:1]
And it should be:
[code:1]return $insID;[/code:1]
Also, I cant seem to download that latest version of the FAQ at this link:
joomlacode.org/gf/project/com_uddeim/scmsvn/?action=browse&path=%2Ftrunk%2FREADME%2FFAQ.pdf&view=log
Is there another link I can use?
Many thanks!