alecpl
2008-04-16 f94a801d038fbc5278a32cbde7c1cfffb6f3779c
- Fix typo in set_charset() (#1484991)


2 files modified
6 ■■■■ changed files
CHANGELOG 4 ●●●● patch | view | raw | blame | history
program/include/rcube_imap.php 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,10 @@
CHANGELOG RoundCube Webmail
---------------------------
2008/04/16 (alec)
----------
- Fix typo in set_charset() (#1484991)
2008/04/15 (estadtherr)
----------
- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
program/include/rcube_imap.php
@@ -214,7 +214,7 @@
   */
  function set_charset($cs)
    {
    $this->default_charset = $ch;
    $this->default_charset = $cs;
    }