phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.session.php, 1.1.1.4


From: nomail
Subject: [Phpgroupware-cvs] property/class.session.php, 1.1.1.4
Date: Sun, 23 May 2004 01:52:35 -0000

Update of /property
Modified Files:
        Branch: 
          class.session.php

date: 2004/05/05 08:58:53;  author: sigurdne;  state: Exp;  lines: +1 -3

Log Message:
no message
=====================================================================
Index: property/class.session.php
diff -u property/class.session.php:1.1.1.3 property/class.session.php:1.1.1.4
--- property/class.session.php:1.1.1.3  Fri Apr 23 21:26:33 2004
+++ property/class.session.php  Wed May  5 08:58:53 2004
@@ -32,12 +32,10 @@
                {
                        if($value)
                        {
-//                             $value = serialize($value);
                                
$_SESSION['phpgw_session'][$this->currentapp][$type][$name]  = $value;
                        }
                        else
                        {
-//                             $value= 
unserialize($_SESSION['phpgw_session'][$this->currentapp][$type][$name]);
                                $value= 
$_SESSION['phpgw_session'][$this->currentapp][$type][$name];
                                return $value;
 




reply via email to

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