summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8d47fd1)
raw | patch | inline | side by side (parent: 8d47fd1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 22 Jan 2010 09:44:53 +0000 (09:44 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 22 Jan 2010 09:44:53 +0000 (09:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15249 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc
index 34bf909c435df6b9f293e0ec8b7b5bde7ae122c5..3765b2f1bf6b1d5a0f2fed715aead4a8993b2291 100644 (file)
*/
public function add_targets($targets)
{
- print_a($targets);
if(isset($targets['USERS'])){
$this->add_users($targets['USERS']);
}