Code

Send feedback without encoded strings.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 3 Sep 2007 07:01:39 +0000 (07:01 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 3 Sep 2007 07:01:39 +0000 (07:01 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7187 594d385d-05f5-0310-b6e9-bd551577e9d8

setup/class_setupStep_Feedback.inc

index c8897a070bf8a8f7507d9de297195bfe2c21c96d..dbc371b844771e56642228782ec3db73b29733f9 100644 (file)
@@ -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";