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


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc class.crypto.inc.php
Date: Wed, 30 Aug 2006 14:52:49 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/08/30 14:52:49

Modified files:
        inc            : class.crypto.inc.php 

Log message:
        E_NOTICE

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.crypto.inc.php?cvsroot=phpgwapi&r1=1.24&r2=1.25

Patches:
Index: class.crypto.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.crypto.inc.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- class.crypto.inc.php        6 Aug 2006 04:51:25 -0000       1.24
+++ class.crypto.inc.php        30 Aug 2006 14:52:49 -0000      1.25
@@ -6,7 +6,7 @@
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage network
-       * @version $Id: class.crypto.inc.php,v 1.24 2006/08/06 04:51:25 skwashd 
Exp $
+       * @version $Id: class.crypto.inc.php,v 1.25 2006/08/30 14:52:49 skwashd 
Exp $
        */
 
        /**
@@ -102,6 +102,7 @@
 
                function encrypt($data)
                {
+                       $_obj = false;
                        if($this->debug)
                        {
                                echo '<br>' . time() . ' crypto->encrypt() 
unencrypted data: ---->>>>' . $data . "\n";
@@ -114,7 +115,7 @@
                                        echo '<br>' . time() . ' 
crypto->encrypt() found an "' . gettype($data) . '".  Serializing...' . "\n";
                                }
                                $data = serialize($data);
-                               $_obj = True;
+                               $_obj = true;
                        }
                        else
                        {




reply via email to

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