diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-12 15:40:04 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-12 15:40:04 +0000 |
commit | 76882b6fc6e76a61605cc2074032f1f75fc320b8 (patch) | |
tree | 6f0a8c3936abb6ea4c48be5f4659b76f6164e7de /modules/system/system.module | |
parent | 820b35353d1fb171c83a185c00a161fb8d72f898 (diff) | |
download | brdo-76882b6fc6e76a61605cc2074032f1f75fc320b8.tar.gz brdo-76882b6fc6e76a61605cc2074032f1f75fc320b8.tar.bz2 |
- Patch #602306 by chx: simplify the default queue implementation.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 23db12b56..9b6a90bd4 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2426,7 +2426,6 @@ function system_cron() { // not used, this will simply be a no-op. db_update('queue') ->fields(array( - 'consumer_id' => 0, 'expire' => 0, )) ->condition('expire', REQUEST_TIME, '<') |