From 9ac70e29fec37ede09dffbfaba0951b1da460fde Mon Sep 17 00:00:00 2001 From: Git Date: Wed, 11 Jan 2012 08:00:20 +0000 Subject: [PATCH] Empty commit --- sections/schedule/index.php | 6 ++++-- sections/torrents/details.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sections/schedule/index.php b/sections/schedule/index.php index 61f5034d..353d7670 100644 --- a/sections/schedule/index.php +++ b/sections/schedule/index.php @@ -327,7 +327,8 @@ function next_hour() { if($Day%2 == 0) { // If we should generate the drive database (at the end) $GenerateDriveDB = true; } - + // Skip most of the daily schedule. Commenting out all the parts is a pain. + goto skipdaily; //------------- 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. $DB->query("INSERT INTO top10_history (Date, Type) VALUES ('".$sqltime."', 'Daily')"); $HistoryID = $DB->inserted_id(); diff --git a/sections/torrents/details.php b/sections/torrents/details.php index 3b0bdd2f..fd0a0f5d 100644 --- a/sections/torrents/details.php +++ b/sections/torrents/details.php @@ -689,7 +689,7 @@ function filelist($Str) {

- + « Last edited by