phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api class.xslt.php,1.1.1.1.2.3,1.1.1.1.2.4


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] api class.xslt.php,1.1.1.1.2.3,1.1.1.1.2.4
Date: Fri, 24 Oct 2003 07:26:34 +0000

Update of /cvsroot/phpgroupware/api
In directory subversions:/tmp/cvs-serv18465/api

Modified Files:
      Tag: proposal-branch
        class.xslt.php 
Log Message:
more criteria to moz browser rendering

Index: class.xslt.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.xslt.php,v
retrieving revision 1.1.1.1.2.3
retrieving revision 1.1.1.1.2.4
diff -C2 -d -r1.1.1.1.2.3 -r1.1.1.1.2.4
*** class.xslt.php      24 Oct 2003 01:24:17 -0000      1.1.1.1.2.3
--- class.xslt.php      24 Oct 2003 07:26:32 -0000      1.1.1.1.2.4
***************
*** 98,102 ****
                        $this->client_render = True;
                }
!               if($browser['agent'] == 'MOZILLA' && $browser['ver'] >= 5.0)
                {
                        $this->client_render = True;
--- 98,102 ----
                        $this->client_render = True;
                }
!               if($browser['agent'] == 'MOZILLA' && $browser['ver'] >= 5.0 && 
$browser['gecko'] >= 20030000)
                {
                        $this->client_render = True;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]