]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
API functions renamed:
[mailer.git] / inc / wrapper-functions.php
index 2a64684ed44874018d4272f62782baee48a25d5e..1abc3ca5de7261f0e0e92c04bd91e3cef6889cff 100644 (file)
@@ -568,7 +568,7 @@ function getAction ($strict = true) {
        $action = null;
 
        // Is the value set?
-       if (isActionSet(($strict) && (getOutputMode() == 0))) {
+       if (isActionSet(($strict) && (getScriptOutputMode() == 0))) {
                // Then use it
                $action = $GLOBALS['action'];
        } // END - if
@@ -634,7 +634,7 @@ function isModuleSet ($strict =  false) {
 }
 
 // Getter for 'output_mode' value
-function getOutputMode () {
+function getScriptOutputMode () {
        // Default is null
        $output_mode = null;
 
@@ -1416,7 +1416,7 @@ function getSaltLength () {
 }
 
 // "Getter" for output_mode
-function getCachedOutputMode () {
+function getOutputMode () {
        // Do we have cache?
        if (!isset($GLOBALS['cached_output_mode'])) {
                // Determine it