diff options
-rwxr-xr-x | includes/updatePending.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/updatePending.php b/includes/updatePending.php index a96a2b6..6e9ff06 100755 --- a/includes/updatePending.php +++ b/includes/updatePending.php | |||
@@ -24,7 +24,7 @@ require('headerproc.php'); | |||
24 | 24 | ||
25 | //$disablePendingQueue = 1; // Use this when Four Island goes down | 25 | //$disablePendingQueue = 1; // Use this when Four Island goes down |
26 | 26 | ||
27 | if (!isset($disablePendingQueue)) | 27 | if ((!isset($disablePendingQueue)) && (date('j') != 'Sat')) |
28 | { | 28 | { |
29 | $gettime = "SELECT * FROM config WHERE name = \"lastUpdate\""; | 29 | $gettime = "SELECT * FROM config WHERE name = \"lastUpdate\""; |
30 | $gettime2 = mysql_query($gettime); | 30 | $gettime2 = mysql_query($gettime); |