Changeset 3194 in subversion
- Timestamp:
- Jan 8, 2010 3:27:57 AM (3 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/spell_googie.inc (modified) (2 diffs)
-
program/steps/mail/spell_pspell.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r3189 r3194 2 2 =========================== 3 3 4 - Bug in spellchecker suggestions when server charset != UTF8 (#1486406) 4 5 - Managesieve: Fix requires generation for multiple actions (#1486397) 5 6 - Fix LDAP problem with special characters in RDN (#1486320) -
trunk/roundcubemail/program/steps/mail/spell_googie.inc
r1649 r3194 49 49 $out .= "Host: $host\r\n"; 50 50 $out .= "Content-Length: " . strlen($data) . "\r\n"; 51 $out .= "Content- type: application/x-www-form-urlencoded\r\n";51 $out .= "Content-Type: application/x-www-form-urlencoded\r\n"; 52 52 $out .= "Connection: Close\r\n\r\n"; 53 53 $out .= $data; … … 59 59 } 60 60 61 // Don't use server's default Content-Type charset (#1486406) 62 header("Content-Type: text/xml; charset=".RCMAIL_CHARSET); 61 63 print $store; 62 64 exit; -
trunk/roundcubemail/program/steps/mail/spell_pspell.inc
r3047 r3194 72 72 $out .= '</spellresult>'; 73 73 74 header("Content-Type: text/xml ");74 header("Content-Type: text/xml; charset=".RCMAIL_CHARSET); 75 75 echo $out; 76 76 exit;
Note: See TracChangeset
for help on using the changeset viewer.
