phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [21266] Fixing the tab system in addressbook (mainly)


From: Caeies
Subject: [Phpgroupware-cvs] [21266] Fixing the tab system in addressbook (mainly)
Date: Wed, 02 Jun 2010 10:05:21 +0000

Revision: 21266
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21266
Author:   Caeies
Date:     2010-06-02 10:05:21 +0000 (Wed, 02 Jun 2010)
Log Message:
-----------
Fixing the tab system in addressbook (mainly)

Modified Paths:
--------------
    modules/phpgwapi/branches/branch_0_9_16/inc/class.crypto.inc.php

Modified: modules/phpgwapi/branches/branch_0_9_16/inc/class.crypto.inc.php
===================================================================
--- modules/phpgwapi/branches/branch_0_9_16/inc/class.crypto.inc.php    
2010-06-02 09:33:55 UTC (rev 21265)
+++ modules/phpgwapi/branches/branch_0_9_16/inc/class.crypto.inc.php    
2010-06-02 10:05:21 UTC (rev 21266)
@@ -223,7 +223,7 @@
                                        echo '<br />' . time() . ' 
crypto->decrypt() decrypted data: ---->>>>' . $data;
                                }
                                $test = stripslashes($data);
-                               if(@unserialize($test))
+                               if(@unserialize($test) !== False)
                                {
                                        if($this->debug)
                                        {




reply via email to

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