X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fsession-functions.php;h=96af5101d609e57a79ae1953e58f2bf7d02cefd4;hb=e68f2f7b0a55fa31eb7ce5baf844dca40f11abea;hp=f7d86451ed999498b2694b6fb08edea27a2ee1f6;hpb=98e44adab9035e30efe78181b76d78c6e13ba574;p=mailer.git diff --git a/inc/session-functions.php b/inc/session-functions.php index f7d86451ed..96af5101d6 100644 --- a/inc/session-functions.php +++ b/inc/session-functions.php @@ -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)) {