summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67d659a)
raw | patch | inline | side by side (parent: 67d659a)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 May 2006 08:34:27 +0000 (08:34 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 May 2006 08:34:27 +0000 (08:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3454 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/applications/class_applicationManagement.inc | patch | blob | history |
diff --git a/plugins/admin/applications/class_applicationManagement.inc b/plugins/admin/applications/class_applicationManagement.inc
index e5f6dbfc6f11dd54d159ba8e225640597fce7c2d..d0f1d793476a2ef5f571538296cc0abd6e6cbf5c 100644 (file)
var $acl = "";
var $enableReleaseManagement = false;
- function IsReleaseManagementActivated($config)
+ function IsReleaseManagementActivated()
{
/* Check if we should enable the release selection */
$tmp = search_config($this->config->data,"faiManagement","CLASS");
/* Creat dialog object */
$this->DivListApplication = new divListApplication($this->config,$this);
- if($this->IsReleaseManagementActivated($this->config)){
+ if($this->IsReleaseManagementActivated()){
/* Check if we should enable the release selection */
$this->enableReleaseManagement = true;