summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6022788)
raw | patch | inline | side by side (parent: 6022788)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Nov 2007 06:39:43 +0000 (06:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Nov 2007 06:39:43 +0000 (06:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7920 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiPartitionTableEntry.inc | patch | blob | history |
diff --git a/plugins/admin/fai/class_faiPartitionTableEntry.inc b/plugins/admin/fai/class_faiPartitionTableEntry.inc
index 3059d928e97ff96d4703058a7308718600c6a28e..431157c261e20ad4bf6242304daf5fb73ddc3388 100644 (file)
$tmp[$attr] = "";
}
$tmp["old_cn"] = "";
+ $tmp["FAIencrypted"] = FALSE;
$tmp['status']="new";
$this->partitions[count($this->partitions)+1]=$tmp;
}