Index: branches/5.2.x/tools/show_cache.php =================================================================== diff -u -N -r14244 -r14692 --- branches/5.2.x/tools/show_cache.php (.../show_cache.php) (revision 14244) +++ branches/5.2.x/tools/show_cache.php (.../show_cache.php) (revision 14692) @@ -1,6 +1,6 @@ Conn->GetCol($sql); foreach ($var_names as $index => $var_name) { - $var_names[$index] = '' . $var_name . ''; + $var_names[$index] = '' . $var_name . ''; } kUtil::print_r( $var_names, 'Cache variable names:', true);