]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-chk_regs.php
debug_report_bug() should be used as a replacement for app_die() calls
[mailer.git] / inc / modules / admin / what-chk_regs.php
index cb1b68f6120448dfcc2b3fb16757fe409b5e8d76..6c3ca60aac0d60f37ffc130a38cbfd1d066bc679 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -67,7 +68,7 @@ if (SQL_NUMROWS($result) > 0) {
                        'gender'      => translateGender($content['gender']),
                        'surname'     => $content['surname'],
                        'family'      => $content['family'],
-                       'email'       => "<a href=\"".generateEmailLink($content['email'], 'user_data')."\">".$content['email']."</a>",
+                       'email'       => '<a href="' . generateEmailLink($content['email'], 'user_data') . '">' . $content['email'] . '</a>',
                        'remote_addr' => $content['REMOTE_ADDR'],
                        'refid'       => $content['refid'],
                        'user_hash'   => $content['user_hash'],