Code

Removed some unused attributes from workstartup
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 10 Jan 2008 14:22:00 +0000 (14:22 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 10 Jan 2008 14:22:00 +0000 (14:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8294 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/functions_FAI.inc
gosa-core/plugins/admin/systems/class_workstationStartup.inc

index 03cde063708f4d7e0a3237bd0480073777cc1560..b954d61fc76e44354218087d2121af89f96b4db2 100644 (file)
@@ -37,7 +37,7 @@ function get_all_objects_for_given_base($Current_DN,$filter,$detailed = false)
     foreach($deps_to_search as $fai_base){
 
       /* Ldap search for fai classes specified in this release */
-      $attributes  = array("dn","objectClass","FAIstate","cn","FAIdebianSection");
+      $attributes  = array("dn","objectClass","FAIstate","cn");
       $res_tmp = get_list($filter,"fai",$fai_base,$attributes,GL_SUBSEARCH | GL_SIZELIMIT);
   
       /* check the returned objects, and add/replace them in our return variable */
index e6763346366a3f4b8837794fbebb187ddb9f76e4..0f33aedcb9d34ae13e86bc471d69b36ba43d44d8 100644 (file)
@@ -1210,7 +1210,6 @@ class workstartup extends plugin
     if(in_array('FAIpackageList',$attr['objectClass'])){
       $tmp2["Type"]   = 'FAIpackageList'; 
       $tmp2["Abbr"]   = 'Pl';
-      $tmp2["Section"]= $attr['FAIdebianSection'];
       $tmp2["Desc"]  = $attr['description'][0];
     }
     if(in_array('FAItemplate',$attr['objectClass'])){