Aleksander Machniak
2015-09-13 a8510bc5cafd8e1045d12b2d0666cda1d8af72e0
program/include/bc.php
@@ -1,6 +1,6 @@
<?php
/*
/**
 +-----------------------------------------------------------------------+
 | program/include/bc.php                                                |
 |                                                                       |
@@ -218,11 +218,6 @@
function rcube_html_editor($mode='')
{
    rcmail::get_instance()->html_editor($mode);
}
function rcmail_replace_emoticons($html)
{
    return rcmail::get_instance()->replace_emoticons($html);
}
function rcmail_deliver_message(&$message, $from, $mailto, &$smtp_error, &$body_file=null, $smtp_opts=null)