summary refs log tree commit diff stats
path: root/includes/updatePending.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-24 15:27:58 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-24 15:27:58 -0500
commitf1ab202351bedcdb45ccbe09e8ebf7f66c46288e (patch)
treeced60cf0d2a064e419b53b7e8cbf26c26113eaed /includes/updatePending.php
parent284226706885e3b40769dea5853a95e2b32efda8 (diff)
downloadfourisland-f1ab202351bedcdb45ccbe09e8ebf7f66c46288e.tar.gz
fourisland-f1ab202351bedcdb45ccbe09e8ebf7f66c46288e.tar.bz2
fourisland-f1ab202351bedcdb45ccbe09e8ebf7f66c46288e.zip
Re-enabled pending queue
Diffstat (limited to 'includes/updatePending.php')
-rwxr-xr-xincludes/updatePending.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/updatePending.php b/includes/updatePending.php index 08c46e8..a96a2b6 100755 --- a/includes/updatePending.php +++ b/includes/updatePending.php
@@ -22,7 +22,7 @@ if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);}
22 22
23require('headerproc.php'); 23require('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))
28{ 28{