Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / inc / functions.php
index 03376db72e20103835833c2b16695e5e1b336895..eec116f9c7cd0c52b9a87f25ef4dd13ff2a8f696 100644 (file)
@@ -2397,9 +2397,10 @@ function displayParsingTime() {
        if ($runTime < 0) $runTime = '0';
 
        // Prepare output
+       // @TODO This can be easily moved out after the merge from EL branch to this is complete
        $content = array(
-               'runtime'  => translateComma($runTime),
-               'timeSQLs' => translateComma(getConfig('sql_time') * 1000),
+               'run_time' => translateComma($runTime),
+               'sql_time' => translateComma(getConfig('sql_time') * 1000),
        );
 
        // Load the template