summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e7a3cd2)
raw | patch | inline | side by side (parent: e7a3cd2)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 25 Apr 2008 14:41:44 +0000 (14:41 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 25 Apr 2008 14:41:44 +0000 (14:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10698 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/client/events/gosaTriggered.pm | patch | blob | history |
index b63aa8fc61a2498a7c5aecec25292f2ba1978489..a5077f13d2faf711371dd33ba5a841a79a6a4493 100644 (file)
my $to = @{$msg_hash->{'usr'}}[0];
my $subject = &decode_base64(@{$msg_hash->{'subject'}}[0]);
my $message = &decode_base64(@{$msg_hash->{'message'}}[0]);
-
-print STDERR "\n\n\n##############################\n";
-print STDERR "message to: $to\n";
-print STDERR "subject: $subject\n";
-print STDERR "message: $message\n";
-print STDERR "##############################\n\n\n";
-# do, what ever you want
-# konch
-# kdialog
-# ...
-
-
+ system( "/usr/bin/goto-notify user-message '$to' '$subject' '$message'" );
# give gosa-si-server feedback, that msg was received
$msg =~ s/<header>usr_msg<\/header>/<header>confirm_usr_msg<\/header>/g;