[mythtv] MythWeb is broken

Anduin Withers awithers at anduin.com
Tue May 17 01:46:55 UTC 2005


> I just committed a big mobile-phone detection addition from Jerome
> Rannikko.  I've sent him a message to see if he can figure out what's
> wrong.  If it's a widespread issue, I'll undo the commit.

isMobileUser() is using === for comparing the result of getScreenSize(),
which could simply be array() (making === fail). Simply changing the check
to == is one fix.

-- 
Anduin Withers



More information about the mythtv-dev mailing list