From ccacde36a60532d177ce1dcb6e16718606bc8f2f Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 29 May 2005 08:34:58 +0000 Subject: [PATCH] function might be removed in 1.6. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9471 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/plugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/plugin.php b/functions/plugin.php index b28f550d..ecd16973 100644 --- a/functions/plugin.php +++ b/functions/plugin.php @@ -184,6 +184,7 @@ function boolean_hook_function($name,$parm=NULL,$priority=0,$tie=false) { * FIXME: This function needs to have its name changed! * * @return bool whether this browser properly supports JavaScript + * @deprecated use checkForJavascript() since 1.5.1 */ function soupNazi(){ return !checkForJavascript(); -- 2.25.1