summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e19d650)
raw | patch | inline | side by side (parent: e19d650)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 10 Jan 2008 13:22:25 +0000 (13:22 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 10 Jan 2008 13:22:25 +0000 (13:22 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8291 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/systems/class_workstationStartup.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/systems/class_workstationStartup.inc b/gosa-core/plugins/admin/systems/class_workstationStartup.inc
index e9aaf226e3a24404be05c2d8c99ba3f9829df59d..c0373ee3d6c94f73752b560b444f94463c11f4ed 100644 (file)
*/
$this->cache['SERVERS']['auto'] = array();
$sort_by = array("auto");
- $server_tmp = array();
+ $server_tmp = array("auto"=>array());
while($attr = $ldap->fetch()){
if(isset($attr['FAIrepository'])){
for($i = 0 ; $i < $attr['FAIrepository']['count'] ; $i ++ ){