Closed (fixed)
Project:
Drupal Queue
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2011 at 14:56 UTC
Updated:
13 May 2011 at 18:01 UTC
>- Configure a custom handler class for handling queues by specifying a class
for the Drupal variable 'queue_module_[queue_name]'.
The variable name used in the code is:
$class = variable_get('queue_class_' . $name, NULL);
Comments
Comment #1
dave reidI cleaned up the README file: http://drupalcode.org/project/drupal_queue.git/commit/5de9b13
Comment #2
joachim commentedThe documentation about the variable name seems to have gone entirely now...
Comment #3
dave reidThat's because it's documented in code just like core. I even provided helpful links to those docs. If you feel it could be improved, please file a patch.