Thanks and sorry I didn't post back sooner. I got it working now, appears the db column for 'q' was float(3,2) and needed to be float(10,2).
On 8/18/07, Juha Heinanen jh@tutpro.com wrote:
SMP writes:
Sure enough, lookup() is pulling them as the same q value. How do you
get
lookup("location") to recognize the q value stored in the db?
i'm not usrloc module expert, but my understanding is that if you insert records yourself to location table, you need to set usrloc db_mode to 3 (DB-Only scheme).
-- juha