projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
465d167
)
We don't use v anywhere (beside changelog, no idea why).
author
Jan Schneider
<jan@horde.org>
Tue, 16 Mar 2010 22:09:40 +0000
(23:09 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 16 Mar 2010 22:09:40 +0000
(23:09 +0100)
framework/Mime/lib/Horde/Mime/Headers.php
patch
|
blob
|
history
diff --git
a/framework/Mime/lib/Horde/Mime/Headers.php
b/framework/Mime/lib/Horde/Mime/Headers.php
index
1772251
..
cbed752
100644
(file)
--- 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
v
4';
+ $this->_agent = 'Horde Application Framework 4';
}
return $this->_agent;
}