]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
Next batch of fixed language ids (renamed, see ticket #219)
[mailer.git] / inc / wrapper-functions.php
index c86787ebc2aa0b1bd191896f4dd6b9c1fe288806..f10335f0442327aee498725935b360b2ab02f77d 100644 (file)
@@ -540,12 +540,12 @@ function isNicknameUsed ($userid) {
 }
 
 // Getter for 'what' value
-function getWhat () {
+function getWhat ($strict = true) {
        // Default is null
        $what = NULL;
 
        // Is the value set?
-       if (isWhatSet(true)) {
+       if (isWhatSet($strict)) {
                // Then use it
                $what = $GLOBALS['__what'];
        } // END - if