From db7adebdd4b9d9674a18337e5d35e88e64e60618 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 5 Dec 2008 16:14:02 -0500 Subject: Disabled pending queue on Saturdays Saturday is Four Island's weekly poll day, so normal articles should not be posted on that day. --- includes/updatePending.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/updatePending.php') 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'); //$disablePendingQueue = 1; // Use this when Four Island goes down -if (!isset($disablePendingQueue)) +if ((!isset($disablePendingQueue)) && (date('j') != 'Sat')) { $gettime = "SELECT * FROM config WHERE name = \"lastUpdate\""; $gettime2 = mysql_query($gettime); -- cgit 1.4.1