Huge rewrite:
[mailer.git] / inc / code-functions.php
index fd952f382a43f68347a85f3f2c03e2d7506f755a..95f1ea7a87ca3618f5e5688c257d88d60f8f1af4 100644 (file)
@@ -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