[Serusers] speedial module bug - not honoring use_domain modparam

Java Rockx javarockx at yahoo.com
Thu Jan 27 17:22:26 CET 2005


Hi All.

I think there may be a bug in the speeddial module with ser-0.9

I have this as my modparam

modparam("speeddial", "use_domain", 0)

Yet in my MySQL server logs I see ser issuing the following SQL:

select new_uri from speed_dial where username='4071112222' AND domain='mycompany.com' AND
sd_username='01'

Given the fact that my modparam says not to use the domain shouldn't the sql be as follows?

select new_uri from speed_dial where username='4071112222' AND sd_username='01'

Is this a bug?
Regards,
Paul


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250




More information about the sr-users mailing list