Several code-cleanups:
[mailer.git] / inc / session-functions.php
index cef1f7a478150bdfa43ceedc7e1ad0e8529e04cc..7bfb18c901742d31e4ddaf75580f42f3581bfdb3 100644 (file)
@@ -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?