Code style changed, ext-user continued:
[mailer.git] / inc / libs / other_functions.php
index 98d1858473556a13005a71347d42ab3f8aa9a50d..f6ee8282e35d90bc209a67724e9545778362b0d9 100644 (file)
@@ -50,14 +50,14 @@ function displayDebugSqls () {
                $content['timing']   = translateComma($content['timing'] * 1000);
 
                // Load row template
-               $OUT .= loadTemplate('admin_other_sqls_row', true, $content);
+               $OUT .= loadTemplate('admin_other_sqls_row', TRUE, $content);
 
                // Count one up
                $i++;
        } // END - foreach
 
        // Load main template
-       $GLOBALS['__page_footer'] .= loadTemplate('admin_other_sqls', true, $OUT);
+       $GLOBALS['__page_footer'] .= loadTemplate('admin_other_sqls', TRUE, $OUT);
 }
 
 // [EOF]