summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 62feb9d)
raw | patch | inline | side by side (parent: 62feb9d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 9 Jul 2007 13:01:31 +0000 (13:01 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 9 Jul 2007 13:01:31 +0000 (13:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6778 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiManagement.inc | patch | blob | history |
index 1b199d8b9a68aee721b55dbb795755b8fe6ca3f7..67967c383e3307e397cd187f9b23393c688471b8 100644 (file)
Display dialog to enter new Branch name
****************/
- $c = "" != search_config($this->config->data,"faiManagement","POSTCREATE");
+ $c = "" != search_config($this->config->data,"faiManagement","POSTMODIFY");
if($c){
$acl= get_permissions ($this->DivListFai->selectedBase, $this->ui->subtreeACL);
Display dialog to enter new Freeze name
****************/
- $c = "" != search_config($this->config->data,"faiManagement","POSTCREATE");
+ $c = "" != search_config($this->config->data,"faiManagement","POSTMODIFY");
if($c){
$acl= get_permissions ($this->DivListFai->selectedBase, $this->ui->subtreeACL);