From: cajus Date: Fri, 17 Jun 2005 09:10:08 +0000 (+0000) Subject: Moved from obsolete SERVICE to TAB keywords. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c9c8b6d430c85d53796d9a8e4d5bd8bdbf0f4cd2;p=gosa.git Moved from obsolete SERVICE to TAB keywords. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@738 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/debian/changelog b/debian/changelog index 9fdc3d1aa..5d1572883 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gosa (2.4beta2-1) unstable; urgency=low + + * New upstream release + + -- Cajus Pollmeier Thu, 16 Jun 2005 15:31:28 +0200 + gosa (2.4beta1-1) unstable; urgency=high * New upstream release diff --git a/include/class_plugin.inc b/include/class_plugin.inc index e7c01c3aa..642c52b3e 100644 --- a/include/class_plugin.inc +++ b/include/class_plugin.inc @@ -368,7 +368,7 @@ class plugin /* Find postcreate entries for this class */ $command= search_config($this->config->data['MENU'], get_class($this), "POSTCREATE"); if ($command == ""){ - $command= search_config($this->config->data['SERVICE'], get_class($this), "POSTCREATE"); + $command= search_config($this->config->data['TAB'], get_class($this), "POSTCREATE"); } if ($command != ""){ @@ -394,7 +394,7 @@ class plugin /* Find postcreate entries for this class */ $command= search_config($this->config->data['MENU'], get_class($this), "POSTMODIFY"); if ($command == ""){ - $command= search_config($this->config->data['SERVICE'], get_class($this), "POSTMODIFY"); + $command= search_config($this->config->data['TAB'], get_class($this), "POSTMODIFY"); } if ($command != ""){ @@ -420,7 +420,7 @@ class plugin /* Find postremove entries for this class */ $command= search_config($this->config->data['MENU'], get_class($this), "POSTREMOVE"); if ($command == ""){ - $command= search_config($this->config->data['SERVICE'], get_class($this), "POSTREMOVE"); + $command= search_config($this->config->data['TAB'], get_class($this), "POSTREMOVE"); } if ($command != ""){