]> git.mxchange.org Git - mailer.git/blobdiff - inc/session-functions.php
Some text made more clear
[mailer.git] / inc / session-functions.php
index 71f67ca3033d094dc5de2bb4d41b38b23a662721..7bfb18c901742d31e4ddaf75580f42f3581bfdb3 100644 (file)
@@ -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?
@@ -117,7 +117,7 @@ function destroyMemberSession () {
 // Destroys the admin session
 function destroyAdminSession ($destroy = true) {
        // Kill maybe existing session variables including array elements
-       setAdminId('');
+       setAdminId(0);
        setAdminMd5('');
        setAdminLast('');