--- a/web/lib/Zend/Http/UserAgent/Probe.php Sun Apr 21 10:07:03 2013 +0200
+++ b/web/lib/Zend/Http/UserAgent/Probe.php Sun Apr 21 21:54:24 2013 +0200
@@ -15,7 +15,7 @@
* @category Zend
* @package Zend_Http
* @subpackage UserAgent
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
@@ -27,7 +27,7 @@
* @category Zend
* @package Zend_Http
* @subpackage UserAgent
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Zend_Http_UserAgent_Probe extends Zend_Http_UserAgent_AbstractDevice
@@ -38,10 +38,10 @@
* @var array
*/
protected static $_uaSignatures = array(
- 'witbe',
+ 'witbe',
'netvigie',
);
-
+
/**
* Comparison of the UserAgent chain and User Agent signatures
*
@@ -54,7 +54,7 @@
return self::_matchAgentAgainstSignatures($userAgent, self::$_uaSignatures);
}
-
+
/**
* Gives the current browser type
*