phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [20985] Fix: typo


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [20985] Fix: typo
Date: Tue, 26 Jan 2010 13:24:45 +0000

Revision: 20985
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20985
Author:   sigurdne
Date:     2010-01-26 13:24:45 +0000 (Tue, 26 Jan 2010)
Log Message:
-----------
Fix: typo

Modified Paths:
--------------
    people/sigurdne/modules/phpgwapi/trunk/inc/class.browser.inc.php

Modified: people/sigurdne/modules/phpgwapi/trunk/inc/class.browser.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.browser.inc.php    
2010-01-26 13:20:44 UTC (rev 20984)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.browser.inc.php    
2010-01-26 13:24:45 UTC (rev 20985)
@@ -50,7 +50,7 @@
                                $this->BROWSER_VER   = $log_version[1];
                                $this->BROWSER_AGENT = 'iCab';
                        } 
-                       else if(preg_match('/Gecko/([0-9]{8})/', 
$HTTP_USER_AGENT, $log_version))
+                       else if(preg_match('/Gecko\\/([0-9]{8})/', 
$HTTP_USER_AGENT, $log_version))
                        {
                                $this->BROWSER_VER   = $log_version[1];
                                $this->BROWSER_AGENT = 'MOZILLA';





reply via email to

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