]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_wernis.php
Failed SQL queries are now also reported in bug mails, SQL queries improved (more...
[mailer.git] / inc / modules / admin / what-list_wernis.php
index 30e320ec4fc80505f2ffb1a375b00edcfc26553e..b0bc87244623fd8ab84ecfaaa681b108e4585d95 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                             *
@@ -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 *
@@ -63,7 +64,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 +81,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