iframe control for experimental code
[squirrelmail.git] / functions / global.php
index 573a0e1bc6964c8d2a1d0240f7b39fa9df08861d..35b9fcc02f7b12af754bee3f14c576e2881c5245 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * global.php
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
+ * Copyright (c) 1999-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This includes code to update < 4.1.0 globals to the newer format
@@ -237,6 +237,7 @@ function sqgetGlobalVar($name, &$value, $search = SQ_INORDER) {
         }
         break;
     }
+    /* Nothing found, return FALSE */
     return FALSE;
 }
 
@@ -287,4 +288,4 @@ function sqsession_is_active() {
 }
 
 // vim: et ts=4
-?>
\ No newline at end of file
+?>