X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fother_functions.php;h=811ff5fa2788a6cf5d5329f6aefd09adf2084fda;hp=5ef70180ffcafd17e350eb517153c8c62783591b;hb=222b9cab2b3fb3c8fb01ff524f5d1d7cfbcb61e7;hpb=57227d33e870ec5cd271209c4a978a52b45c2dd6 diff --git a/inc/libs/other_functions.php b/inc/libs/other_functions.php index 5ef70180ff..811ff5fa27 100644 --- a/inc/libs/other_functions.php +++ b/inc/libs/other_functions.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -49,9 +50,6 @@ function displayDebugSqls () { // Translate/add some data $content['sw'] = $SW; $content['i'] = $i; - $content['num_rows'] = translateComma($content['num_rows']); - $content['affected'] = translateComma($content['affected']); - $content['sql_str'] = secureString($content['sql_str']); $content['timing'] = translateComma($content['timing'] * 1000); // Load row template @@ -62,7 +60,7 @@ function displayDebugSqls () { } // END - foreach // Load main template - loadTemplate('admin_other_sqls', false, $OUT); + $GLOBALS['page_footer'] .= loadTemplate('admin_other_sqls', true, $OUT); } // Filter for debugging SQLs