]> git.mxchange.org Git - mailer.git/blobdiff - doubler.php
Fixes for stripped HTML tags, and false warnings in debug log
[mailer.git] / doubler.php
index 9eb0c4e9180ef6962a441aa04ff6c966022ac543..b3292fbecf5fd814b5ebe31ba2ba0edd3e741b7f 100644 (file)
@@ -53,7 +53,7 @@ REDIRECT_ON_UNINSTALLED_EXTENSION("doubler");
 // Is the script installed?
 if (isBooleanConstantAndTrue('mxchange_installed')) {
        // Probe for referal ID
-       if (REQUEST_ISSET_GET(('refid'))) $GLOBALS['refid'] = SQL_ESCAPE(REQUEST_GET('refid'));
+       if (REQUEST_ISSET_GET(('refid'))) $GLOBALS['refid'] = REQUEST_GET(('refid'));
 
        // Only check this if refid is provided!
        if ($GLOBALS['refid'] > 0) {