projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eb39ee
)
fix a find/replace error
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 18 Apr 2010 17:55:12 +0000
(13:55 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 18 Apr 2010 17:55:12 +0000
(13:55 -0400)
kronolith/lib/Event.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event.php
b/kronolith/lib/Event.php
index
32b4b30
..
92b7e37
100644
(file)
--- a/
kronolith/lib/Event.php
+++ b/
kronolith/lib/Event.php
@@
-1102,7
+1102,7
@@
abstract class Kronolith_Event
*/
public function toASAppointment()
{
- $charset =
$charset
;
+ $charset =
Horde_Nls::getCharset()
;
$message = new Horde_ActiveSync_Message_Appointment(array('logger' => $GLOBALS['injector']->getInstance('Horde_Log_Logger')));
$message->setSubject(Horde_String::convertCharset($this->getTitle(), $charset, 'utf-8'));