]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-order.php
Several code-cleanups:
[mailer.git] / inc / modules / member / what-order.php
index 0d95ae301df065580173ff9f281b5728f508aef5..59b1cb1ba080a6ba2fa96345f2cdf267ab34ccfc 100644 (file)
@@ -95,7 +95,7 @@ LIMIT 1",
                if (getConfig('allow_url_in_text') == 'Y') {
                        // Test submitted text against some filters (length, URLs in text etc.)
                        if ((strpos(strtolower(postRequestParameter('text')), 'https://') > -1) || (strpos(strtolower(postRequestParameter('text')), 'http://') > -1) || (strpos(strtolower(postRequestParameter('text')), "www") > -1)) {
-                               // URL found!
+                               // URL found
                                $url = 'modules.php?module=login&what=order&code=' . getCode('URL_FOUND');
                        } // END - if