summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9211cf4)
raw | patch | inline | side by side (parent: 9211cf4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 3 Sep 2007 07:01:39 +0000 (07:01 +0000) | ||
committer | hickert <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 | patch | blob | history |
index c8897a070bf8a8f7507d9de297195bfe2c21c96d..dbc371b844771e56642228782ec3db73b29733f9 100644 (file)
}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";
$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";