From 33f347ebbef91903d367a8604e8bf965a2ef2ce3 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 20 Mar 2005 10:08:11 +0000 Subject: [PATCH] adding warning about nulled var git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9081 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/global.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/global.php b/functions/global.php index 898d8369..634d9d38 100644 --- a/functions/global.php +++ b/functions/global.php @@ -185,6 +185,9 @@ define('SQ_FORM',6); * sqgetGlobalVar('username',$username,SQ_SESSION); * -- no quotes around last param! * + * WARNING: Since 1.4.5 and 1.5.1 function nulls $value, + * if variable is not available. + * * @param string name the name of the var to search * @param mixed value the variable to return * @param int search constant defining where to look -- 2.25.1