Code

Added SubObject sorting
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Oct 2005 11:49:46 +0000 (11:49 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Oct 2005 11:49:46 +0000 (11:49 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1702 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/class_faiScript.inc

index 3ec7f68a78cbdc30ac2f759c583c1255827163de..d5580014138a919b89d8b519d286f9166b52e09a 100644 (file)
@@ -76,6 +76,7 @@ class faiScript extends plugin
         $this->SubObjects[$object['cn'][0]]['status']      = "edited";
         $this->SubObjects[$object['cn'][0]]['dn']          = $object['dn'];
       }
+      ksort($this->SubObjects);
     }
   }
 
@@ -134,6 +135,7 @@ class faiScript extends plugin
         unset($this->dialog);
         $this->dialog=NULL;
       }
+    ksort($this->SubObjects);
     }
 
     /* Cancel Dialog */