From c078598a54d986b78ee7b0d210e3a7cecb7742aa Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 14 Mar 2008 10:32:01 +0000 Subject: [PATCH] Unset unneeded value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9823 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index f03d95111..a6e1c410f 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -184,6 +184,9 @@ $xml_msg.= " } } + /* Remove session ID. No one is interested in this... */ + unset($ret['SESSION_ID']); + return($ret); } -- 2.30.2