summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ccfe945)
raw | patch | inline | side by side (parent: ccfe945)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 18 Mar 2008 08:24:29 +0000 (08:24 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 18 Mar 2008 08:24:29 +0000 (08:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9910 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc
index bf231e7714c5b7bcbfd38dea881671b91c659c7c..e6eafceeda9eef4dfe7cf1490d7896161f9cbd06 100644 (file)
$this->a_targets[] = $target;
}
}
+
+ public function check()
+ {
+ return(array());
+ }
}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: