]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-del_transfer.php
More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / modules / admin / what-del_transfer.php
index cf796793212c49c90d5c8c0b7ad6356ed91481a4..33279661be13860b8bfee0388e821339adb5b6da 100644 (file)
@@ -75,7 +75,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),
                        'userid_from' => generateUserProfileLink($content['userid']),
                        'userid_to'   => generateUserProfileLink($content['to_userid']),
                        'reason'      => $content['reason'],