openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 51aea832963c1b642110d4dc54ca0020c72a4c03
parent 3a3746871c366aba32ca7f0543a8389789fb7ef0
Author: dankert <devnull@localhost>
Date:   Mon,  9 Apr 2007 00:02:11 +0200

Deaktiverung von Mitgliedschaften ?ber Gruppe pflegen.

Diffstat:
actionClasses/MainmenuAction.class.php | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/actionClasses/MainmenuAction.class.php b/actionClasses/MainmenuAction.class.php @@ -261,7 +261,8 @@ class MainmenuAction extends Action if ( $this->getRequestId() != 0 ) { $this->addSubaction('edit' ); - $this->addSubaction('users' ); + +// Deaktiviert, da nicht funktionsfähig $this->addSubaction('users' ); } $this->setTemplateVar('windowMenu',$this->subActionList);