More generic user agent string
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Mar 2010 20:10:53 +0000 (14:10 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Mar 2010 21:31:20 +0000 (15:31 -0600)
framework/Mime/lib/Horde/Mime/Headers.php

index 7e957e6..1772251 100644 (file)
@@ -265,7 +265,7 @@ class Horde_Mime_Headers
     public function getUserAgent()
     {
         if (is_null($this->_agent)) {
-            $this->_agent = 'Horde Application Framework 4.0';
+            $this->_agent = 'Horde Application Framework v4';
         }
         return $this->_agent;
     }