]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_primera.php
New method generateExtensionInactiveMessage() introduced
[mailer.git] / inc / modules / admin / what-list_primera.php
index cbb86b063c0da46c43f734fc246c610055195bbf..e062ed0f6bb33aa13cc4632252f5a83b47088d39 100644 (file)
@@ -47,7 +47,7 @@ ADD_DESCR('admin', __FILE__);
 
 // Check for entries
 $result = SQL_QUERY("SELECT id, userid, primera_account, primera_amount, primera_timestamp, primera_type, primera_api_message, primera_api_status FROM `{!_MYSQL_PREFIX!}_user_primera` ORDER BY primera_timestamp DESC, id DESC",
-       __FILE__, __LINE__);
+__FILE__, __LINE__);
 
 // Are there some entries to display?
 if (SQL_NUMROWS($result) > 0) {
@@ -58,7 +58,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']);