Aleksander Machniak
2015-10-16 fddfd8e6d7ff6c413ddbfe2b93ff826fb01e38b5
Remove backward compatibility "layer" of bc.php (#1490534)
2 files modified
1 files deleted
427 ■■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/include/bc.php 423 ●●●●● patch | view | raw | blame | history
program/include/iniset.php 3 ●●●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,7 @@
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
program/include/bc.php
File was deleted
program/include/iniset.php
@@ -65,9 +65,6 @@
// 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
 */