summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: da391ee)
raw | patch | inline | side by side (parent: da391ee)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 Dec 2006 04:38:18 +0000 (04:38 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/gofon/macro/class_gofonMacroManagement.inc b/plugins/gofon/macro/class_gofonMacroManagement.inc
index f15fe86650a1a94ca35d03bf80817d1d1dfcf9fe..b3ba05728e85842e808ffb0a116ee69ca10579f5 100755 (executable)
$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;