From 5f6d0ed34f6e924cb957c15d30f87b3120c1f4d8 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 3 Sep 2007 07:01:39 +0000 Subject: [PATCH] Send feedback without encoded strings. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7187 594d385d-05f5-0310-b6e9-bd551577e9d8 --- setup/class_setupStep_Feedback.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/class_setupStep_Feedback.inc b/setup/class_setupStep_Feedback.inc index c8897a070..dbc371b84 100644 --- a/setup/class_setupStep_Feedback.inc +++ b/setup/class_setupStep_Feedback.inc @@ -239,7 +239,7 @@ class Step_Feedback extends setup_step }else{ $str .= "\nGet started: FALSE"; } - $str .= "\nProblems : ".base64_encode($this->problems_encountered); + $str .= "\nProblems : ".($this->problems_encountered); if($this->first_use){ $str .= "\nFirst use: TRUE"; @@ -253,7 +253,7 @@ class Step_Feedback extends setup_step $str .="\nPHP_Version: ".$this->php_version; $str .="\nLDAP Server: ".$this->ldap_server; $str .="\nObject count: ".$this->object_count; - $str .="\nMissing features: ".base64_encode($this->want_to_see_next); + $str .="\nMissing features: ".($this->want_to_see_next); } $str .= "\n\nFeatures used"; -- 2.30.2