projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e74f82
)
Update Service.php
author
Tim Otten
<to-git@think.hm>
Wed, 21 May 2014 22:48:08 +0000
(15:48 -0700)
committer
Tim Otten
<to-git@think.hm>
Wed, 21 May 2014 22:48:08 +0000
(15:48 -0700)
CRM/Queue/Service.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Queue/Service.php
b/CRM/Queue/Service.php
index 2ad7de67674c7968d2d64a41d2f0a4639cd14982..e5faef5596eef997a15a7271962fbf48750e6c32 100644
(file)
--- a/
CRM/Queue/Service.php
+++ b/
CRM/Queue/Service.php
@@
-42,9
+42,9
@@
* $item = $queue->claimItem();
* if ($item) {
* if (my_process($item->data)) {
- * $
myMessag
e->deleteItem($item);
+ * $
queu
e->deleteItem($item);
* } else {
- * $
myMessag
e->releaseItem($item);
+ * $
queu
e->releaseItem($item);
* }
* }
* @endcode