]> 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 bb7cb53513389647fc65dc0a8eccd2c819367985..fd952f382a43f68347a85f3f2c03e2d7506f755a 100644 (file)
@@ -10,7 +10,7 @@
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Funktionen zum Umgang mit Status-Funktionen      *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
+ * $Revision::                                                        $ *
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
@@ -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