summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7944973)
raw | patch | inline | side by side (parent: 7944973)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Feb 2006 05:50:51 +0000 (05:50 +0000) | ||
committer | hickert <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 | patch | blob | history |
index bf80503dfc9ae8f8de48a02dc6863a9d51484ad9..8e56ddfb6d3978818496a06704702b51d5f17007 100644 (file)
}
/* Sort the sort array */
- ksort($sort);
+ //ksort($sort);
/* Reorder the FAIclasses array */
foreach($sort as $name){
$this->is_dialog=false;
unset($this->dialog);
$this->dialog=NULL;
- ksort($this->FAIclasses);
+ //ksort($this->FAIclasses);
}
}