]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_primera.php
Login procedure rewritten to filters (internal TODO)
[mailer.git] / inc / modules / admin / what-list_primera.php
index c43eaa50773743a973ce67c2297de53ced1df810..2c868160f7565bd5f074da5caced426765092a71 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/09/2008 *
- * ================                             Last change: 09/09/2008 *
+ * Mailer v0.2.1-FINAL                                Start: 09/09/2008 *
+ * ===================                          Last change: 09/09/2008 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-list_primera.php                            *
@@ -57,7 +57,7 @@ if (SQL_NUMROWS($result) > 0) {
                $content['sw']                = $SW;
                $content['link']              = generateUserProfileLink($content['userid']);
                $content['primera_amount']    = translateComma($content['primera_amount']);
-               $content['primera_timestamp'] = generateDateTime($content['primera_timestamp'], '2');
+               $content['primera_timestamp'] = generateDateTime($content['primera_timestamp'], 2);
                $content['raw_type']          = strtolower($content['primera_type']);
                $content['primera_type']      = PRIMERA_TRANSFER_STATUS($content['primera_type']);