From: Michael M Slusarz Date: Tue, 16 Mar 2010 20:10:53 +0000 (-0600) Subject: More generic user agent string X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e8e43bf89ec52e3334a17c36802524437b2fadcf;p=horde.git More generic user agent string --- diff --git a/framework/Mime/lib/Horde/Mime/Headers.php b/framework/Mime/lib/Horde/Mime/Headers.php index 7e957e690..1772251a8 100644 --- a/framework/Mime/lib/Horde/Mime/Headers.php +++ b/framework/Mime/lib/Horde/Mime/Headers.php @@ -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; }