summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 27f8793)
raw | patch | inline | side by side (parent: 27f8793)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Jun 2006 05:47:34 +0000 (05:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Jun 2006 05:47:34 +0000 (05:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3978 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/addons/notifications/class_msgplug.inc | patch | blob | history |
diff --git a/plugins/addons/notifications/class_msgplug.inc b/plugins/addons/notifications/class_msgplug.inc
index 4dffc2a77a6501346fb5b4b9be9aa019b70c1707..c42840d4015dfe51127cd3157803c9022a662b52 100644 (file)
if ($cmd == ""){
print_red(_("No NOTIFY_COMMAND definition found in your gosa.conf"));
} else {
- $parameters= "";
+ $parameters= base64_encode($this->nmessage) ." ";
foreach ($this->recipients as $key => $value){
$parameters.= "$key ";
}