--- loncom/interface/loncommon.pm 2014/06/07 19:13:42 1.1192 +++ loncom/interface/loncommon.pm 2014/06/16 05:12:31 1.1193 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1192 2014/06/07 19:13:42 raeburn Exp $ +# $Id: loncommon.pm,v 1.1193 2014/06/16 05:12:31 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2385,7 +2385,7 @@ sub decode_user_agent { my $clientunicode='0'; my $clientmobile=0; for (my $i=0;$i<=$#browsertype;$i++) { - my ($bname,$match,$notmatch,$vreg,$minv,$univ)=split(/\:/,$browsertype[$i]); + my ($bname,$match,$notmatch,$vreg,$minv,$univ)=split(/\%/,$browsertype[$i]); if (($httpbrowser=~/$match/i) && ($httpbrowser!~/$notmatch/i)) { $clientbrowser=$bname; $httpbrowser=~/$vreg/i;