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:
2c783bc
)
remove-unused-asort
author
joannechester
<j_chester@optusnet.com.au>
Wed, 14 Oct 2015 09:06:46 +0000
(20:06 +1100)
committer
joannechester
<j_chester@optusnet.com.au>
Wed, 14 Oct 2015 09:06:46 +0000
(20:06 +1100)
CRM/Event/Task.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/Task.php
b/CRM/Event/Task.php
index 19af223e468f35247698b35783bb4e659858cfdd..bd308e36b978b2278ffde158bb0962583e061bd8 100644
(file)
--- a/
CRM/Event/Task.php
+++ b/
CRM/Event/Task.php
@@
-148,7
+148,7
@@
class CRM_Event_Task {
}
CRM_Utils_Hook::searchTasks('event', self::$_tasks);
- //asort(self::$_tasks);
+
return self::$_tasks;
}