]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-mediadata.php
Compilation time added, some compileCode() calles removed, ADMIN_WHAT_404 added
[mailer.git] / inc / modules / guest / what-mediadata.php
index 1cac00d558a770ea834e606962652fd21c334ba2..75fc6c11eafe712a510e1177c45ffe12efb35896 100644 (file)
@@ -54,7 +54,7 @@ if ((!isExtensionActive('mediadata')) && (!isAdmin())) {
        return;
 } // END - if
 
-// Get total confirmed user IDs...
+// Get total confirmed user ids...
 $content['user_confirmed']   = round(countSumTotalData('CONFIRMED'  , 'user_data', 'userid', 'status', true));
 $content['user_unconfirmed'] = round(countSumTotalData('UNCONFIRMED', 'user_data', 'userid', 'status', true));
 $content['user_locked']      = round(countSumTotalData('LOCKED'     , 'user_data', 'userid', 'status', true));
@@ -304,7 +304,7 @@ $content['rowspan_points'] = $ROWS_POINTS;
 $content['rowspan_user']   = $ROWS_USER;
 
 // Patch timespamp
-$contentp['patch_ctime'] = generateDateTime(getConfig('patch_ctime'), 2);
+$content['patch_ctime'] = generateDateTime(getConfig('patch_ctime'), 2);
 
 // Load template
 loadTemplate('mediadata', false, $content);