Remove backward compatibility "layer" of bc.php (#1490534)
1 files deleted
2 files modified
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Remove backward compatibility "layer" of bc.php (#1490534) |
| | | - Add possibility to define date format in write operations for ldap attributes (#1488741) |
| | | - Display attachment size in compose (#1484774) |
| | | - Added possibility to drag-n-drop attachments from mail preview to compose window |
| | |
| | | // register autoloader for rcmail app classes |
| | | spl_autoload_register('rcmail_autoload'); |
| | | |
| | | // backward compatybility (to be removed) |
| | | require_once INSTALL_PATH . 'program/include/bc.php'; |
| | | |
| | | /** |
| | | * PHP5 autoloader routine for dynamic class loading |
| | | */ |