Code

Fixed Sorting Problem with Profiles - add new profile
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 10 Feb 2006 05:50:51 +0000 (05:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 10 Feb 2006 05:50:51 +0000 (05:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2649 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/class_faiProfile.inc

index bf80503dfc9ae8f8de48a02dc6863a9d51484ad9..8e56ddfb6d3978818496a06704702b51d5f17007 100644 (file)
@@ -83,7 +83,7 @@ class faiProfile extends plugin
     } 
 
     /* Sort the sort array */
-    ksort($sort);
+    //ksort($sort);
 
     /* Reorder the FAIclasses array */
     foreach($sort as $name){
@@ -252,7 +252,7 @@ class faiProfile extends plugin
         $this->is_dialog=false;
         unset($this->dialog);
         $this->dialog=NULL;
-        ksort($this->FAIclasses);
+        //ksort($this->FAIclasses);
       }
     }