diff --git a/ChangeLog b/ChangeLog
index ca5fd482a..97025e09c 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,7 @@ $Source$
- Fix code to work around CSS bug in Mozilla/Konqueror with 'inherit'
value.
- Fix strpos on line 168/169 to work with PHP3
+ - Fixed analyze code to remove print_r()
2002-07-25 Marc Delisle
' . "\n\n";
- //$decodedstr = str_replace('
', '', base64_decode(gzuncompress($encodedstr)));
- $decodedstr = gzuncompress(base64_decode(str_replace('
', '', $encodedstr)));
- echo $decodedstr . "\n";
+ //$decodedstr = /*gzuncompress(*/base64_decode(str_replace('
', '', $encodedstr))/*)*/;
+ //echo $decodedstr . "\n";
echo '
'; - print_r($result); - echo ''; + return $result; } // end of the "PMA_SQP_analyze()" function