mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
3895114f81
commit
000429c902
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user