Empty commit

This commit is contained in:
Git 2012-12-02 08:00:19 +00:00
parent 4a9e5ff945
commit a6d76fecbb
3 changed files with 5 additions and 1 deletions

View File

@ -87,13 +87,13 @@
}
if(in_array($Short, array('collages_comment', 'post', 'requests_comment', 'thread', 'torrents_comment'))) {
$Channels[] = "#forumreports";
}
foreach($Channels as $Channel) {
send_irc("PRIVMSG ".$Channel." :".$ReportID." - ".$LoggedUser['Username']." just reported a ".$Short.": https://".SSL_SITE_URL."/".$Link." : ".strtr($Reason, "\n", " "));
}
$Cache->delete_value('num_other_reports');
header('Location: '.$Link);

View File

@ -540,6 +540,7 @@ function header_link($SortKey,$DefaultWay="desc") {
?>
<div class="thin">
<form class="search_form" name="torrents" method="get" action="">
<div class="filter_torrents <?=$AdvancedSearch ? 'ft_advanced' : 'ft_basic'?>">
<h3>
@ -1103,4 +1104,5 @@ function header_link($SortKey,$DefaultWay="desc") {
?>
</table>
<div class="linkbox"><?=$Pages?></div>
</div>
<? View::show_footer(); ?>

View File

@ -134,6 +134,7 @@ function header_link($SortKey, $DefaultWay = "desc") {
View::show_header('My notifications', 'notifications');
?>
<div class="thin">
<div class="header">
<h2>Latest notifications</h2>
</div>
@ -298,4 +299,5 @@ function header_link($SortKey, $DefaultWay = "desc") {
<div class="linkbox">
<?=$Pages?>
</div>
</div>
<? View::show_footer(); ?>