Index: branches/RC/core/kernel/utility/debugger.php =================================================================== diff -u -r11350 -r11368 --- branches/RC/core/kernel/utility/debugger.php (.../debugger.php) (revision 11350) +++ branches/RC/core/kernel/utility/debugger.php (.../debugger.php) (revision 11368) @@ -1210,20 +1210,20 @@ { if ($this->constOn('DBG_TOOLBAR_BUTTONS')) { // we have sql & error count in toolbar, don't duplicate here - $info = Array( + $info = Array( 'Script Runtime' => 'PROFILE:script_runtime', 'SQL\'s Runtime' => 'PROFILE_T:sql', ); } else { // toolbar not visible, then show sql & error count too $info = Array ( - 'Script Runtime' => 'PROFILE:script_runtime', - 'SQL\'s Runtime' => 'PROFILE_T:sql', - '-' => 'SEP:-', - 'Notice / Warning' => 'PROFILE_TC:error_handling', - 'SQLs Count' => 'PROFILE_TC:sql', - ); + 'Script Runtime' => 'PROFILE:script_runtime', + 'SQL\'s Runtime' => 'PROFILE_T:sql', + '-' => 'SEP:-', + 'Notice / Warning' => 'PROFILE_TC:error_handling', + 'SQLs Count' => 'PROFILE_TC:sql', + ); } $ret = 'Application:'.$this->formatSize($memory_used).' ('.$memory_used.')';