summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xincludes/updatePending.php2
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
27if (!isset($disablePendingQueue)) 27if ((!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);