]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-chk_regs.php
stripslashes() removed from obsolete places
[mailer.git] / inc / modules / admin / what-chk_regs.php
index 7f7df23637a1cd87a565ee054e5813b8c3db72e6..bbdf02305a70f6c1df30a29aaac9143af406353e 100644 (file)
@@ -58,7 +58,7 @@ if (SQL_NUMROWS($query) > 0)
                        'sex'   => TRANSLATE_SEX($sex),
                        'sname' => $sname,
                        'fname' => $fname,
-                       'email' => "<A href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".stripslashes($email)."</A>",
+                       'email' => "<A href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$email."</A>",
                        'ip'    => $IP,
                        'ref'   => $ref,
                        'hash'  => $hash,