phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc class.crypto.inc.php,1.20.4.8


From: skwashd
Subject: [Phpgroupware-cvs] phpgwapi/inc class.crypto.inc.php,1.20.4.8
Date: Thu, 24 Nov 2005 12:20:00 +0100

Update of phpgwapi/inc

Modified Files:
     Branch: Version-0_9_16-branch
            class.crypto.inc.php lines: +2 -2

Log Message:
stop empty arrays being returned as a:0:{}

====================================================
Index: phpgwapi/inc/class.crypto.inc.php
diff -u phpgwapi/inc/class.crypto.inc.php:1.20.4.7 
phpgwapi/inc/class.crypto.inc.php:1.20.4.8
--- phpgwapi/inc/class.crypto.inc.php:1.20.4.7  Sat Nov  6 15:34:26 2004
+++ phpgwapi/inc/class.crypto.inc.php   Thu Nov 24 11:20:36 2005
@@ -239,7 +239,7 @@
                        }

                        $newdata = @unserialize($data);
-                       if($newdata)
+                       if ( $newdata !== false )
                        {
                                if($this->debug)
                                {






reply via email to

[Prev in Thread] Current Thread [Next in Thread]