X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fsession-functions.php;h=95d26340ba0295bcf7cb22d5c3a75bb6263e0804;hb=54064b2236537ac1d673c36686c0c4fda1cf4a3a;hp=f7d86451ed999498b2694b6fb08edea27a2ee1f6;hpb=d2e72bd3391ac4513751d9c87fb2adf0238a611e;p=mailer.git diff --git a/inc/session-functions.php b/inc/session-functions.php index f7d86451ed..95d26340ba 100644 --- a/inc/session-functions.php +++ b/inc/session-functions.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -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)) {