X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-stats_mods.php;h=ec316e12ce4077800d13fa998d4c3ddc2c6cb85b;hb=61621983cc6d7195fcc7eab29b5f6080ff283b34;hp=16b0a5144e59acb85b14b2484ccc5af27ee11be4;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/inc/modules/admin/what-stats_mods.php b/inc/modules/admin/what-stats_mods.php index 16b0a5144e..ec316e12ce 100644 --- a/inc/modules/admin/what-stats_mods.php +++ b/inc/modules/admin/what-stats_mods.php @@ -1,7 +1,7 @@ ".$content['module'].""; + $content['module'] = '' . $content['module'] . ''; } // END - if - // Add color switch - $content['sw'] = $SW; - // Load row template - $OUT .= loadTemplate('admin_mods_stats_row', true, $content); + $OUT .= loadTemplate('admin_list_mods_stats_row', TRUE, $content); } // END - while // Free memory - SQL_FREERESULT($result); + sqlFreeResult($result); // Load final template - loadTemplate('admin_mods_stats', false, $OUT); + loadTemplate('admin_list_mods_stats', FALSE, $OUT); } // [EOF]