]> git.mxchange.org Git - mailer.git/commitdiff
Opps (sorry guys)
authorRoland Häder <roland@mxchange.org>
Mon, 1 Oct 2012 21:56:45 +0000 (21:56 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 1 Oct 2012 21:56:45 +0000 (21:56 +0000)
inc/wrapper-functions.php

index 1e0c5cefc062a7dce36c3c2c4abacd5654bc7fc4..47bf5c07afd39968bd7d9c40083e76f4a079d4da 100644 (file)
@@ -1824,11 +1824,11 @@ function getMtWord2 () {
 }
 
 // "Getter" for mt_word2
-function getMtWord2 () {
+function getMtWord3 () {
        // Do we have cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Determine it
-               $GLOBALS[__FUNCTION__] = getConfig('mt_word2');
+               $GLOBALS[__FUNCTION__] = getConfig('mt_word3');
        } // END - if
 
        // Return cache