]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_wernis.php
Major cleanup of old-school HTML-mess...
[mailer.git] / inc / modules / admin / what-list_wernis.php
index 30e320ec4fc80505f2ffb1a375b00edcfc26553e..35bcec88024f8ac71edcb451042cafecc2da4298 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 26/12/2007 *
- * ================                             Last change: 26/12/2007 *
+ * Mailer v0.2.1-FINAL                                Start: 26/12/2007 *
+ * ===================                          Last change: 26/12/2007 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-list_wernis.php                             *
@@ -63,7 +63,7 @@ if (SQL_NUMROWS($result) > 0) {
                $content['sw']               = $SW;
                $content['link']             = generateUserProfileLink($content['userid']);
                $content['wernis_amount']    = translateComma($content['wernis_amount']);
-               $content['wernis_timestamp'] = generateDateTime($content['wernis_timestamp'], '2');
+               $content['wernis_timestamp'] = generateDateTime($content['wernis_timestamp'], 2);
                $content['raw_type']         = strtolower($content['wernis_type']);
                $content['wernis_type']      = WERNIS_TRANSFER_STATUS($content['wernis_type']);
 
@@ -80,7 +80,7 @@ if (SQL_NUMROWS($result) > 0) {
        loadTemplate('admin_list_wernis_main', false, $OUT);
 } else {
        // Nothing to display!
-       loadTemplate('admin_settings_saved', false, getMessage('WERNIS_ADMIN_NO_TRANSFERS'));
+       loadTemplate('admin_settings_saved', false, getMessage('ADMIN_WERNIS_NO_TRANSFERS'));
 }
 
 // Free the result