Aleksander Machniak
2012-11-21 15cf4fa9251f01313b5eb5cf1a91ec10643d42cb
Rename rcube_bc.inc to bc.php for consistency
1 files renamed
1 files modified
4 ■■■■ changed files
program/include/bc.php 2 ●●● patch | view | raw | blame | history
program/include/iniset.php 2 ●●● patch | view | raw | blame | history
program/include/bc.php
File was renamed from program/include/rcube_bc.inc
@@ -2,7 +2,7 @@
/*
 +-----------------------------------------------------------------------+
 | program/include/main.inc                                              |
 | program/include/bc.php                                                |
 |                                                                       |
 | This file is part of the Roundcube Webmail client                     |
 | Copyright (C) 2005-2012, The Roundcube Dev Team                       |
program/include/iniset.php
@@ -64,4 +64,4 @@
require_once INSTALL_PATH . 'program/include/rcmail.php';
// backward compatybility (to be removed)
require_once INSTALL_PATH . 'program/include/rcube_bc.inc';
require_once INSTALL_PATH . 'program/include/bc.php';