From: cajus Date: Fri, 14 Mar 2008 10:32:01 +0000 (+0000) Subject: Unset unneeded value X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c078598a54d986b78ee7b0d210e3a7cecb7742aa;p=gosa.git Unset unneeded value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9823 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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); }