summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4e2f26)
raw | patch | inline | side by side (parent: e4e2f26)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Oct 2008 12:33:08 +0000 (12:33 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Oct 2008 12:33:08 +0000 (12:33 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12719 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/class_faiManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/class_faiManagement.inc b/gosa-plugins/fai/admin/fai/class_faiManagement.inc
index 57859e88fc21e902383c6b4e4397de6c40c1ccc6..adf9d12cbea4afa8ccfa715fa2455db30212d049 100644 (file)
if($oc == "FAIprofile"){
$f = "";
- $ocs = array("FAItemplate","FAIhook","FAIpartitionTable","FAIpackageList","FAIscript","FAIvariable");
+ $ocs = array("FAIprofile","FAItemplate","FAIhook","FAIpartitionTable","FAIpackageList","FAIscript","FAIvariable");
foreach($ocs as $oc){
$f .= "(objectClass=".$oc.")";
}