From 1bb73649f089d581846aa2da9dcc2e0d304779c3 Mon Sep 17 00:00:00 2001 From: glix08 Date: Fri, 26 Jul 2013 21:06:15 +0000 Subject: [PATCH] r515 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Замена переменной IN_PHPBB на IN_FORUM, для логического соответствия имеющейся переменной IN_TRACKER. Существование данной переменной в целом вызывает определенные вопросы, возможно в дальнейшем она будет удалена вовсе. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@515 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- other/converter/TBDevYSE_pre6/root/convert.php | 2 +- other/converter/TBDevYSE_pre6/root/recover.php | 2 +- other/recover/recover.php | 2 +- upload/admin/pagestart.php | 2 +- upload/admin/xs_include.php | 2 +- upload/attach_mod/attachment_mod.php | 2 +- upload/attach_mod/displaying.php | 2 +- upload/attach_mod/displaying_torrent.php | 2 +- upload/attach_mod/includes/functions_thumbs.php | 2 +- upload/attach_mod/posting_attachments.php | 2 +- upload/callseed.php | 2 +- upload/common.php | 4 ++-- upload/config.php | 4 ++-- upload/develop/show_source.php | 2 +- upload/dl_list.php | 2 +- upload/donate.php | 2 +- upload/download.php | 2 +- upload/faq.php | 2 +- upload/gallery.php | 6 ++++-- upload/groupcp.php | 6 ++++-- upload/includes/topic_templates/audiobooks.php | 2 +- upload/includes/topic_templates/books.php | 2 +- upload/includes/topic_templates/games.php | 2 +- upload/includes/topic_templates/music.php | 2 +- upload/includes/topic_templates/progs.php | 2 +- upload/includes/topic_templates/sport.php | 2 +- upload/includes/topic_templates/tpl_selects.php | 2 +- upload/includes/topic_templates/video.php | 2 +- upload/includes/ucp/usercp_activate.php | 2 +- upload/includes/ucp/usercp_attachcp.php | 2 +- upload/includes/ucp/usercp_avatar.php | 2 +- upload/includes/ucp/usercp_email.php | 2 +- upload/includes/ucp/usercp_sendpasswd.php | 2 +- upload/index.php | 2 +- upload/login.php | 2 +- upload/memberlist.php | 2 +- upload/misc.php | 2 +- upload/modcp.php | 2 +- upload/posting.php | 2 +- upload/privmsg.php | 2 +- upload/profile.php | 2 +- upload/report.php | 2 +- upload/templates/limit_load_exit.php | 2 +- upload/viewforum.php | 2 +- upload/viewonline.php | 2 +- upload/viewtopic.php | 2 +- 46 files changed, 54 insertions(+), 50 deletions(-) diff --git a/other/converter/TBDevYSE_pre6/root/convert.php b/other/converter/TBDevYSE_pre6/root/convert.php index 330cd133a..27d047626 100644 --- a/other/converter/TBDevYSE_pre6/root/convert.php +++ b/other/converter/TBDevYSE_pre6/root/convert.php @@ -1,6 +1,6 @@
'. basename(__FILE__)); -define('IN_PHPBB', true); +define('IN_FORUM', true); define('BB_ROOT', './../'); require('./dbg_config.php'); diff --git a/upload/dl_list.php b/upload/dl_list.php index 1a271e40a..d880596d9 100644 --- a/upload/dl_list.php +++ b/upload/dl_list.php @@ -1,6 +1,6 @@ array( diff --git a/upload/includes/topic_templates/video.php b/upload/includes/topic_templates/video.php index 117dc08a5..41d5dc9fe 100644 --- a/upload/includes/topic_templates/video.php +++ b/upload/includes/topic_templates/video.php @@ -1,6 +1,6 @@