From 000429c902044d2808399e4c7d93f9bff19404d7 Mon Sep 17 00:00:00 2001 From: Git Date: Sun, 15 Jan 2012 08:00:21 +0000 Subject: [PATCH] Empty commit --- sections/schedule/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sections/schedule/index.php b/sections/schedule/index.php index 8ba73170..0d9abc41 100644 --- a/sections/schedule/index.php +++ b/sections/schedule/index.php @@ -327,8 +327,7 @@ 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 @@ -707,8 +706,6 @@ 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();