]> git.mxchange.org Git - mailer.git/blobdiff - inc/code-functions.php
Possible fix for missing ext_notes while displaying extension tasks, TODOs.txt updated
[mailer.git] / inc / code-functions.php
index 8ccff766481a91cbd440607ee2c66aa449f5aba3..fd952f382a43f68347a85f3f2c03e2d7506f755a 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);
 }
 
@@ -53,9 +53,9 @@ function getCode ($key) {
        if (!isCodeSet($key)) {
                // Abort here
                trigger_error(sprintf("%s[%s:] Code %s is not set.",
-                       __FUNCTION__,
-                       __LINE__,
-                       $key
+               __FUNCTION__,
+               __LINE__,
+               $key
                ));
        } // END - if