From a2036440d50ffd6b7c83cb201c01ae523e344267 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 27 Nov 2006 11:40:37 +0000 Subject: [PATCH] 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 --- include/class_ldap.inc | 1 + 1 file changed, 1 insertion(+) 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"){ -- 2.30.2