[21266] Fixing the tab system in addressbook (mainly)
Caeies <[email protected]> Wed, 02 Jun 2010 10:05:21 +0000
| Newsgroups | gmane.comp.web.phpgroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
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)
{