I have two sites that use this module - and both are behaving the same way. The autocomplete widget for nodereference successfully populates with the matching node titles - except that each entry is constructed as follows:

[node title].">.[node title]

so, if you had a node called "John Smith" - the select value would look like the following with the title appearing twice.

John Smith
">
John Smith

selecting the correct entry correctly assigns the nid to the field. I'd like to figure out why it's doing this, but don't know where the problem lies....

any help/suggestions of places to look would be appreciated.