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';
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs