summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 522ec8a)
raw | patch | inline | side by side (parent: 522ec8a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Jun 2008 14:03:13 +0000 (14:03 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Jun 2008 14:03:13 +0000 (14:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11149 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_gosaSupportDaemon.inc | patch | blob | history |
diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc
index fcccd5843bb22ea457bd8fca0aeb3de6e6b6b18b..63b6fd541e969ab648810effd05676f54c6dbae0 100644 (file)
trigger_error("The given principal name is not of type string or it is empty.");
return($ret);
}
- if(!is_array($values) || !count($values)){
+ if(!is_array($values)){
trigger_error("No valid update settings given. The parameter must be of type array and must contain at least one entry");
return($ret);
}