--- zogiLib/zogiLib.py 2004/10/27 09:08:03 1.50 +++ zogiLib/zogiLib.py 2004/10/27 11:35:44 1.51 @@ -48,6 +48,8 @@ def browserCheck(self): bt = {} ua = self.REQUEST.get_header("HTTP_USER_AGENT") bt['ua'] = ua + bt['isIE'] = False + bt['isN4'] = False if string.find(ua, 'MSIE') > -1: bt['isIE'] = True else: