Code

Fixed edit cancel
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 7 Dec 2006 04:38:18 +0000 (04:38 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 7 Dec 2006 04:38:18 +0000 (04:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5325 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/macro/class_gofonMacroManagement.inc

index f15fe86650a1a94ca35d03bf80817d1d1dfcf9fe..b3ba05728e85842e808ffb0a116ee69ca10579f5 100755 (executable)
@@ -99,13 +99,12 @@ class gofonMacro extends plugin
       $this->macrotabs->set_acl_base($this->DivListMacro->selectedBase);
     }
 
-
     /*****************
       Edit || Password canceled  
      *****************/
 
     /* Cancel dialogs */
-    if (isset($_POST['edit_cancel']) || isset($_POST['delete_cancel'])){
+    if (isset($_POST['edit_cancel'])){
       del_lock ($this->macrotabs->dn);
       unset ($this->macrotabs);
       $this->macrotabs= NULL;