summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 94b1a89)
raw | patch | inline | side by side (parent: 94b1a89)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Mar 2008 08:43:23 +0000 (08:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Mar 2008 08:43:23 +0000 (08:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9375 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/class_FAI.inc | patch | blob | history |
index 812c4a26fb2ccb5b1c02b0e34ef68ce86c19ce0a..e6e34b77a33c276fd4d0e32aedba96cabe0d6431 100644 (file)
/* This object is inherited by some sub releases */
/* Get all releases, that inherit this object */
- $r = get_following_releases_that_inherit_this_object($Current_DN);
+ $r = FAI::get_following_releases_that_inherit_this_object($Current_DN);
/* Get parent object */
$ldap->cat($parent_obj);
- $parent_attrs = FAI:: prepare_ldap_fetch_to_be_saved($ldap->fetch());
+ $parent_attrs = FAI::prepare_ldap_fetch_to_be_saved($ldap->fetch());
/* New objects require special handling */
if($is_new){