This commit is contained in:
Ralf Becker 2006-01-11 05:20:01 +00:00
parent 7dd8eda157
commit aa085fd849

View File

@ -157,7 +157,7 @@
} }
/* This allows the user to put '' as the value. */ /* 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) */ /* do not decrypt and return if no data (decrypt returning garbage) */
if($_SESSION[EGW_SESSION_VAR]['app_sessions'][$appname][$location]) if($_SESSION[EGW_SESSION_VAR]['app_sessions'][$appname][$location])