diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-12-26 18:49:06 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-12-26 18:49:06 +0100 |
commit | c942e4a2e9a97743850b4178ea66b3b33956e7f7 (patch) | |
tree | 8fda2746e6cd6e69fc74427c297f3113665fce00 /program/include/bc.php | |
parent | aabeab1e4e08ffba5d709aa71de1182dfeb698d1 (diff) | |
parent | 23b30e0afca5f9c31e05204c3a6ff3332791d3a1 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/include/bc.php')
-rw-r--r-- | program/include/bc.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/program/include/bc.php b/program/include/bc.php index dc4d54fd7..3d9d46289 100644 --- a/program/include/bc.php +++ b/program/include/bc.php @@ -408,3 +408,11 @@ function enriched_to_html($data) class rcube_html_page extends rcmail_html_page { } + +class washtml extends rcube_washtml +{ +} + +class html2text extends rcube_html2text +{ +} |