]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_wernis.php
Introduced padLeftZero()
[mailer.git] / inc / modules / admin / what-list_wernis.php
index a2ea24fd7c3bc5af1821efc7f73df7736428eef7..9c45ff11d358bff306f3c5acb9a57abc5e8989fa 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -75,11 +75,11 @@ if (!SQL_HASZERONUMS($result)) {
                } // END - if
 
                // Append it and switch colors
-               $OUT .= loadTemplate('admin_list_wernis_row', true, $content);
+               $OUT .= loadTemplate('admin_list_wernis_row', TRUE, $content);
        } // END - while
 
        // Load main template
-       loadTemplate('admin_list_wernis_main', false, $OUT);
+       loadTemplate('admin_list_wernis_main', FALSE, $OUT);
 } else {
        // Nothing to display!
        displayMessage('{--ADMIN_WERNIS_NO_TRANSFERS--}');