mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-07 06:50:10 +00:00
Empty commit
This commit is contained in:
parent
b9576e4dcc
commit
9ac70e29fe
@ -327,7 +327,8 @@ function next_hour() {
|
|||||||
if($Day%2 == 0) { // If we should generate the drive database (at the end)
|
if($Day%2 == 0) { // If we should generate the drive database (at the end)
|
||||||
$GenerateDriveDB = true;
|
$GenerateDriveDB = true;
|
||||||
}
|
}
|
||||||
|
// Skip most of the daily schedule. Commenting out all the parts is a pain.
|
||||||
|
goto skipdaily;
|
||||||
//------------- Ratio requirements
|
//------------- Ratio requirements
|
||||||
|
|
||||||
|
|
||||||
@ -706,7 +707,8 @@ function next_hour() {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// kill this later when it's time to reactivate the daily schedule
|
||||||
|
skipdaily:
|
||||||
// Daily top 10 history.
|
// Daily top 10 history.
|
||||||
$DB->query("INSERT INTO top10_history (Date, Type) VALUES ('".$sqltime."', 'Daily')");
|
$DB->query("INSERT INTO top10_history (Date, Type) VALUES ('".$sqltime."', 'Daily')");
|
||||||
$HistoryID = $DB->inserted_id();
|
$HistoryID = $DB->inserted_id();
|
||||||
|
@ -689,7 +689,7 @@ function filelist($Str) {
|
|||||||
<? if($EditedUserID){ ?>
|
<? if($EditedUserID){ ?>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<? if(check_perms('site_moderate_forums')) { ?>
|
<? if(check_perms('site_admin_forums')) { ?>
|
||||||
<a href="#content<?=$PostID?>" onclick="LoadEdit('torrents', <?=$PostID?>, 1); return false;">«</a>
|
<a href="#content<?=$PostID?>" onclick="LoadEdit('torrents', <?=$PostID?>, 1); return false;">«</a>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
Last edited by
|
Last edited by
|
||||||
|
Loading…
Reference in New Issue
Block a user