From: hickert Date: Mon, 27 Nov 2006 11:40:37 +0000 (+0000) Subject: Update copy_FAI_resource_recursive to set FAIpackageRelease to the current release... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a2036440d50ffd6b7c83cb201c01ae523e344267;p=gosa.git Update copy_FAI_resource_recursive to set FAIpackageRelease to the current release name git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5227 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_ldap.inc b/include/class_ldap.inc index c5f376e4e..9640ebbfd 100644 --- a/include/class_ldap.inc +++ b/include/class_ldap.inc @@ -568,6 +568,7 @@ class LDAP{ /* Replace FAIdebianRelease with new release name */ if(in_array("FAIpackageList" , $attr['objectClass'])){ + $attr['FAIdebianRelease'] = $destinationName; if($type=="branch"){ $attr['FAIstate'] ="branch"; }elseif($type=="freeze"){