Lang fix + old attach

Фиксим пару языковых + переименововываем папку с аттачами, поскольку будет смена аттач-мода на новый.
This commit is contained in:
Exile 2014-08-12 17:04:12 +04:00
commit 626c1b19ba
10 changed files with 41 additions and 39 deletions

View file

@ -114,7 +114,7 @@ CREATE TABLE IF NOT EXISTS `bb_attachments_config` (
-- Дамп данных таблицы `bb_attachments_config`
--
INSERT INTO `bb_attachments_config` VALUES ('upload_dir', 'files');
INSERT INTO `bb_attachments_config` VALUES ('upload_dir', 'old_files');
INSERT INTO `bb_attachments_config` VALUES ('upload_img', 'images/icon_clip.gif');
INSERT INTO `bb_attachments_config` VALUES ('topic_icon', 'images/icon_clip.gif');
INSERT INTO `bb_attachments_config` VALUES ('display_order', '0');