More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / modules / admin / what-list_transfer.php
index a8458870004dffe3eee2cf9932b9183801759d67..082726877441afa82960a556dcd6dad90f07d4a2 100644 (file)
@@ -55,7 +55,7 @@ if (SQL_NUMROWS($result) > 0) {
                $content = array(
                        'sw'        => $SW,
                        'trans_id'  => $content['trans_id'],
-                       'stamp'     => generateDateTime($content['time_trans'], '3'),
+                       'stamp'     => generateDateTime($content['time_trans'], 3),
                        'from_link' => generateUserProfileLink($content['userid']),
                        'to_link'   => generateUserProfileLink($content['to_userid']),
                        'reason'    => wordwrap($content['reason'], 15),