summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4f2184)
raw | patch | inline | side by side (parent: e4f2184)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 7 Jul 2006 11:57:03 +0000 (11:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 7 Jul 2006 11:57:03 +0000 (11:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4051 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiProfile.inc | patch | blob | history |
index b622f08d6dd60ba955ab1eefd238a886f0371fb8..c6f7912fe89fcf1653183d20c2be165fbd823f7f 100644 (file)
$use_dn = $this->dn;
}
- prepare_to_save_FAI_object($this->dn,$this->attrs);
+ prepare_to_save_FAI_object($this->dn,array(),true);
$this->handle_post_events("remove");
}