More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / modules / member / what-wernis.php
index 8a50f51406e6af99ef4f778bd6c961e3ae6ad825..56b201c8752a7fb9a26f04314a1258b6d7d0b991 100644 (file)
@@ -95,7 +95,7 @@ if ((!isGetRequestElementSet('mode')) || (getRequestElement('mode') == 'choose')
                while ($data = SQL_FETCHARRAY($result)) {
                        // Prepare data for output
                        $rowContent = array(
-                               'stamp'    => generateDateTime($data['wernis_timestamp'], '2'),
+                               'stamp'    => generateDateTime($data['wernis_timestamp'], 2),
                                'points'   => translateComma($data['wernis_amount']),
                                'acc'      => bigintval($data['wernis_account']),
                                'status'   => WERNIS_TRANSFER_STATUS($data['wernis_type']),