config.php partly solved, see #117
[mailer.git] / inc / modules / admin / what-list_transfer.php
index 24cff28bedb412b1ea65e45a6c3b65b4ea8981df..17d79344fab0b36d8f6b074467f73cb28120319c 100644 (file)
@@ -57,7 +57,7 @@ if (SQL_NUMROWS($result) > 0)
                $content = array(
                        'sw'        => $SW,
                        'idx'       => $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_uid']),
                        'reason'    => wordwrap($content['reason'], 15),