summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9fd1f1)
raw | patch | inline | side by side (parent: a9fd1f1)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 16 Sep 2009 13:28:27 +0000 (13:28 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 16 Sep 2009 13:28:27 +0000 (13:28 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14259 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/client/events/gosaTriggered.pm | patch | blob | history |
index 93ddbed27131461ad734ca6cfe470c756c8c3a69..e73b69f7c1bc168dfa3ba5158a707eab7caea175 100644 (file)
### Parameter declarations ###################################################
my $userNotification;
my %cfg_defaults = (
-"ClientPackages" => {
- "user-notification-of-admin-activities" => [\$userNotification, 'enabled'],
+"client" => {
+ "user-notification-of-admin-activities" => [\$userNotification, 'true'],
},
);
}
# Check if user should be notificated or not
- if ($userNotification eq "enabled") {
+ if ($userNotification eq "true") {
# Check logged in user
my @user_list = &get_logged_in_users;
if( @user_list >= 1 ) {
}
# Check if user should be notificated or not
- if ($userNotification eq "enabled") {
+ if ($userNotification eq "true") {
# Check logged in user
my @user_list = &get_logged_in_users;
if( @user_list >= 1 ) {
}
# Check if user should be notificated or not
- if ($userNotification eq "enabled") {
+ if ($userNotification eq "true") {
# Check logged in user
my @user_list = &get_logged_in_users;
if( @user_list >= 1 ) {
my ($msg, $msg_hash) = @_;
# Check if user should be notificated or not
- if ($userNotification eq "enabled") {
+ if ($userNotification eq "true") {
# Check logged in user
my @user_list = &get_logged_in_users;
if( @user_list >= 1 ) {