summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8ed67e1)
raw | patch | inline | side by side (parent: 8ed67e1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 27 Oct 2005 11:49:46 +0000 (11:49 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 3ec7f68a78cbdc30ac2f759c583c1255827163de..d5580014138a919b89d8b519d286f9166b52e09a 100644 (file)
$this->SubObjects[$object['cn'][0]]['status'] = "edited";
$this->SubObjects[$object['cn'][0]]['dn'] = $object['dn'];
}
+ ksort($this->SubObjects);
}
}
unset($this->dialog);
$this->dialog=NULL;
}
+ ksort($this->SubObjects);
}
/* Cancel Dialog */