]> git.mxchange.org Git - mailer.git/blobdiff - inc/session-functions.php
If min/max beg points are the same output only min points
[mailer.git] / inc / session-functions.php
index f7d86451ed999498b2694b6fb08edea27a2ee1f6..95d26340ba0295bcf7cb22d5c3a75bb6263e0804 100644 (file)
@@ -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)) {