From aa085fd8492084f1185c6a4194297d532999c5ac Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 11 Jan 2006 05:20:01 +0000 Subject: [PATCH] bugfix --- phpgwapi/inc/class.sessions_php4.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.sessions_php4.inc.php b/phpgwapi/inc/class.sessions_php4.inc.php index b508f6460e..ef67e5f8b2 100644 --- a/phpgwapi/inc/class.sessions_php4.inc.php +++ b/phpgwapi/inc/class.sessions_php4.inc.php @@ -157,7 +157,7 @@ } /* This allows the user to put '' as the value. */ - if ($data == '##NOTHING##') + if ($data === '##NOTHING##') { /* do not decrypt and return if no data (decrypt returning garbage) */ if($_SESSION[EGW_SESSION_VAR]['app_sessions'][$appname][$location])