diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-24 15:27:58 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-24 15:27:58 -0500 |
commit | f1ab202351bedcdb45ccbe09e8ebf7f66c46288e (patch) | |
tree | ced60cf0d2a064e419b53b7e8cbf26c26113eaed /includes | |
parent | 284226706885e3b40769dea5853a95e2b32efda8 (diff) | |
download | fourisland-f1ab202351bedcdb45ccbe09e8ebf7f66c46288e.tar.gz fourisland-f1ab202351bedcdb45ccbe09e8ebf7f66c46288e.tar.bz2 fourisland-f1ab202351bedcdb45ccbe09e8ebf7f66c46288e.zip |
Re-enabled pending queue
Diffstat (limited to 'includes')
-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 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 | ||
23 | require('headerproc.php'); | 23 | 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)) |
28 | { | 28 | { |