diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-12-01 20:02:34 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-12-01 20:02:34 +0100 |
commit | 0fa54df638a0b0f514d1bfba3cefb93e38991a35 (patch) | |
tree | 0c1e03293f0e3d8f65291965b9274108dbcd5703 /program/include | |
parent | e327ebd7fedaf4a5b85da07ca37d9544eb067a03 (diff) |
enriched.inc -> rcube_enriched
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/bc.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/program/include/bc.php b/program/include/bc.php index 5047e0a84..12110c0ad 100644 --- a/program/include/bc.php +++ b/program/include/bc.php @@ -399,7 +399,11 @@ function get_boolean($str) return rcube_utils::get_boolean($str); } +function enriched_to_html($data) +{ + return rcube_enriched::to_html($data); +} + class rcube_html_page extends rcmail_html_page { - } |