fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7433] property: ticket: keep session data


From: Sigurd Nes
Subject: [Fmsystem-commits] [7433] property: ticket: keep session data
Date: Mon, 27 Jun 2011 13:32:15 +0000

Revision: 7433
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7433
Author:   sigurdne
Date:     2011-06-27 13:32:14 +0000 (Mon, 27 Jun 2011)
Log Message:
-----------
property: ticket: keep session data

Modified Paths:
--------------
    trunk/property/inc/class.uitts.inc.php

Modified: trunk/property/inc/class.uitts.inc.php
===================================================================
--- trunk/property/inc/class.uitts.inc.php      2011-06-27 08:41:34 UTC (rev 
7432)
+++ trunk/property/inc/class.uitts.inc.php      2011-06-27 13:32:14 UTC (rev 
7433)
@@ -1836,7 +1836,7 @@
                                        }
                                        //--------------end files
                                        
$GLOBALS['phpgw']->session->appsession('receipt','property',$receipt);
-                                       
$GLOBALS['phpgw']->session->appsession('session_data','fm_tts','');
+                               //      
$GLOBALS['phpgw']->session->appsession('session_data','fm_tts','');
 
                                        if ((isset($values['save']) && 
$values['save']))
                                        {
@@ -2059,7 +2059,7 @@
                                {
                                        $receipt = $this->bo->add($values);
                                        
$GLOBALS['phpgw']->session->appsession('receipt','property',$receipt);
-                                       
$GLOBALS['phpgw']->session->appsession('session_data','fm_tts','');
+                               //      
$GLOBALS['phpgw']->session->appsession('session_data','fm_tts','');
                                        
$GLOBALS['phpgw']->redirect_link('/index.php',array('menuaction'=> 
'property.uitts.index'));
                                }
                                else




reply via email to

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