projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30079a8
)
Just a note...
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 3 Jun 2010 17:28:48 +0000
(13:28 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 3 Jun 2010 17:29:04 +0000
(13:29 -0400)
turba/lib/Driver.php
patch
|
blob
|
history
diff --git
a/turba/lib/Driver.php
b/turba/lib/Driver.php
index
519ff9a
..
cf28365
100644
(file)
--- a/
turba/lib/Driver.php
+++ b/
turba/lib/Driver.php
@@
-2398,6
+2398,7
@@
class Turba_Driver
$message->spouse = Horde_String::convertCharset($value, $charset, 'utf-8');
break;
case 'notes':
+ /* Assume no truncation - AS server will truncate as needed */
$message->body = Horde_String::convertCharset($value, $charset, 'utf-8');
$message->bodysize = strlen($message->body);
$message->bodytruncated = false;