mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r188
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@188 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
488640825b
commit
de2d216ea2
4 changed files with 3 additions and 4 deletions
|
@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1;
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.0.2';
|
$bb_cfg['tp_version'] = '2.0.2';
|
||||||
$bb_cfg['tp_release_state'] = 'TP II r187';
|
$bb_cfg['tp_release_state'] = 'TP II r188';
|
||||||
$bb_cfg['tp_release_date'] = '2-08-2011';
|
$bb_cfg['tp_release_date'] = '2-08-2011';
|
||||||
|
|
||||||
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
||||||
|
|
|
@ -245,7 +245,7 @@ function change_tor_type ($attach_id, $tor_status_gold)
|
||||||
$result = DB()->query($sql);
|
$result = DB()->query($sql);
|
||||||
$row = DB()->sql_fetchrow($result);
|
$row = DB()->sql_fetchrow($result);
|
||||||
$sql = "INSERT INTO ". BB_BT_TORRENTS ."_del(is_del, topic_id,info_hash, dl_percent)
|
$sql = "INSERT INTO ". BB_BT_TORRENTS ."_del(is_del, topic_id,info_hash, dl_percent)
|
||||||
VALUES (0, " .$row['topic_id'] .", '". $row['info_hash'] ."', ". $row['dl_percent'] .") ON DUPLICATE KEY UPDATE dl_percent = values(dl_percent)";
|
VALUES (0, " .$row['topic_id'] .", '". DB()->escape($row['info_hash']) ."', ". $row['dl_percent'] .") ON DUPLICATE KEY UPDATE dl_percent = values(dl_percent)";
|
||||||
if (!DB()->sql_query($sql))
|
if (!DB()->sql_query($sql))
|
||||||
{
|
{
|
||||||
message_die(GENERAL_ERROR, "Error delete_torrents", '', __LINE__, __FILE__, $sql);
|
message_die(GENERAL_ERROR, "Error delete_torrents", '', __LINE__, __FILE__, $sql);
|
||||||
|
|
|
@ -1240,7 +1240,6 @@ else if ( $submit || $refresh || $mode != '' )
|
||||||
|
|
||||||
$privmsg_subject = $privmsg['privmsgs_subject'];
|
$privmsg_subject = $privmsg['privmsgs_subject'];
|
||||||
$privmsg_message = $privmsg['privmsgs_text'];
|
$privmsg_message = $privmsg['privmsgs_text'];
|
||||||
$privmsg_bbcode_enabled = ($privmsg['privmsgs_enable_bbcode'] == 1);
|
|
||||||
|
|
||||||
$to_username = $privmsg['username'];
|
$to_username = $privmsg['username'];
|
||||||
$to_userid = $privmsg['user_id'];
|
$to_userid = $privmsg['user_id'];
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END pruned -->
|
<!-- END pruned -->
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" class="row2 tCenter"><b>{L_PRUNE_SUCCESSf}</b></td>
|
<td colspan="2" class="row2 tCenter"><b>{L_PRUNE_SUCCESSF}</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue