summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1a51b66)
raw | patch | inline | side by side (parent: 1a51b66)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Mar 2008 09:38:07 +0000 (09:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Mar 2008 09:38:07 +0000 (09:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9295 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/gotomasses/class_gotomasses.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/gotomasses/class_gotomasses.inc b/gosa-plugins/goto/addons/gotomasses/class_gotomasses.inc
index 4d609392cc4473cd82ea269c2d9fcc07500e0c1d..db0f8733499e2d12fb0d6e15f42a6036a9b9ee9d 100644 (file)
$this->events = DaemonEvent::get_event_types( USER_EVENT | SYSTEM_EVENT);
/* Get tags that will be used in queue searches */
+ $this->event_tags = array("none");
foreach($this->events['BY_CLASS'] as $evt){
if(isset($evt['s_Queued_Action'])){
$this->event_tags[] = $evt['s_Queued_Action'];