From: hickert Date: Fri, 12 May 2006 07:30:14 +0000 (+0000) Subject: Fixed faiBranch prolbem with php4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7c0877d66dff0863c71ca8efd39943e43463af9e;p=gosa.git Fixed faiBranch prolbem with php4 always returned to name selection fiexed. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3311 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/fai/class_faiManagement.inc b/plugins/admin/fai/class_faiManagement.inc index 7bf6e75bd..310029198 100644 --- a/plugins/admin/fai/class_faiManagement.inc +++ b/plugins/admin/fai/class_faiManagement.inc @@ -307,7 +307,7 @@ class faiManagement extends plugin /* Abort creating new branch */ - if(isset($_POST['CancelBranchName'])){ + if((isset($_POST['CancelBranchName'])) || (isset($_POST['CloseIFrame']))){ $this->dispNewBranch = false; $this->dispNewFreeze = false; } @@ -442,7 +442,7 @@ class faiManagement extends plugin $ldap->copy_FAI_resource_recursive($baseToUse,"ou=".$name.",".$baseToUse,$type,true); echo "
-
+
"; /* Print footer to have valid html */