Hi, using LCR module and modparam("usrloc", "db_mode", 3) I can insert manually entries in "location" table with q value greater than 1.00 (as 2.00 or 50.00).
LCR next_contacts() function allows these "extrange" values and respect them (contact with "q" = 50.00 is called before contact with "q" = 2.00).
This is not exactly a bug since it's an human error to set an entry in "location" table with "q" value greater than 1.00, but maybe LCR module could ignore values grater than 1.00 and assume 1.00 in these cases?