phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.sessions.inc.php, 1.104.4.21


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.sessions.inc.php, 1.104.4.21
Date: Thu, 5 Aug 2004 13:34:38 +0200

Update of /phpgwapi/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.sessions.inc.php

date: 2004/08/05 11:34:38;  author: skwashd;  state: Exp;  lines: +5 -5

Log Message:
cleaning up some silly mistakes
=====================================================================
Index: phpgwapi/inc/class.sessions.inc.php
diff -u phpgwapi/inc/class.sessions.inc.php:1.104.4.20 
phpgwapi/inc/class.sessions.inc.php:1.104.4.21
--- phpgwapi/inc/class.sessions.inc.php:1.104.4.20      Wed Feb 25 22:53:15 2004
+++ phpgwapi/inc/class.sessions.inc.php Thu Aug  5 11:34:38 2004
@@ -59,7 +59,7 @@
                * @var string previous page call id - repost prevention
                */
                var $history_id;
-               
+
                /**
                * @var string domain for current user
                */
@@ -99,7 +99,7 @@
                * @var object holder for the database object
                */
                var $db;
-               
+
                /**
                * @var array publicly available methods
                */
@@ -1045,12 +1045,12 @@
                        if(!isset($this->history_id))
                        {
                                $this->history_id = md5($this->login . time());
-                               $history = $this->appsession($location = 
'history', $appname = 'phpgwapi');
+                               $history = $this->appsession('history', 
'phpgwapi');
                                
                                if(count($history) >= 
$GLOBALS['phpgw_info']['server']['max_history'])
                                {
                                        array_shift($history);
-                                       $this->appsession($location = 
'history', $appname = 'phpgwapi', $history);
+                                       $this->appsession('history', 
'phpgwapi', $history);
                                }
                        }
                        return $this->history_id;




reply via email to

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