X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fsession-functions.php;h=7bfb18c901742d31e4ddaf75580f42f3581bfdb3;hb=3b7adf43576db24e516716bb13a2bd0bac677c8c;hp=ca8a38fff1bfab6dccc20db7ac897deb3e5b4f10;hpb=f0957663700eda99144d6d1eed2d8b225225cf11;p=mailer.git diff --git a/inc/session-functions.php b/inc/session-functions.php index ca8a38fff1..7bfb18c901 100644 --- a/inc/session-functions.php +++ b/inc/session-functions.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -91,7 +91,7 @@ function isSessionVariableSet ($var) { // Returns wether the value of the session variable or NULL if not set function getSession ($var) { - // Default is not found! ;-) + // Default is not found ;-) $value = null; // Is the variable there?