From: tokul Date: Sun, 20 Mar 2005 10:08:11 +0000 (+0000) Subject: adding warning about nulled var X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=33f347ebbef91903d367a8604e8bf965a2ef2ce3;p=squirrelmail.git adding warning about nulled var git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9081 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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