]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-newsletter.php
Migration of stelzi's commit 1022 with some changes so we have a nicer code. See...
[mailer.git] / inc / extensions / ext-newsletter.php
index 2158cf021691d3b6b644d0dd7a34c67307aad786..83f9bdd7797412ef1548509401ae6af7fa2dc613 100644 (file)
@@ -38,7 +38,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }
 
@@ -158,10 +158,10 @@ default: // Do stuff when extension is loaded
        // Don't use these chars in links... ;-)
        //
        $GLOBALS['url_ends'] = array(
-               " ",
+               ' ',
                "\n",
                "\r",
-               ")",
+               ')',
        );
 
        // Valid email chars (without @, or do you want to have another @ inside your email addy?)