From 87ec1de655af6cdd0a0bbf14e05dce6a3f792f85 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 13 Dec 2012 09:15:53 -0500
Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail
---
program/include/bc.php | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/program/include/bc.php b/program/include/bc.php
index 40524be..12110c0 100644
--- a/program/include/bc.php
+++ b/program/include/bc.php
@@ -398,3 +398,12 @@
{
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
+{
+}
--
Gitblit v1.9.1