]> git.mxchange.org Git - mailer.git/blobdiff - inc/session-functions.php
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / inc / session-functions.php
index f7d86451ed999498b2694b6fb08edea27a2ee1f6..96af5101d609e57a79ae1953e58f2bf7d02cefd4 100644 (file)
@@ -93,7 +93,7 @@ function isSessionVariableSet ($var) {
 // Returns wether the value of the session variable or NULL if not set
 function getSession ($var) {
        // Default is not found ;-)
-       $value = null;
+       $value = NULL;
 
        // Is the variable there?
        if (isSessionVariableSet($var)) {