H+
Status: New User - Welcome
Joined: 28 Oct 2007
Posts: 1
Back to top
Posted: Oct 28, 07, 11:39    Small typo in Lightweight PHP Browser Detector
In Lightweight PHP Browser Detector Version 1.1.7 there is a small error in the sample script, line 124:
:: Code ::
if ( $a_browser_data[0] !== 'msie' )

should read:
:: Code ::
if ( $a_browser_data[0] !== 'ie' )
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 747
Location: East Coast, West Coast? I know it's one of them.
Back to top
Posted: Oct 28, 07, 15:49    
true, slight oversight, fixed in 1.1.8
Display posts from previous:   

All times are GMT - 8 Hours