phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.sessions_db.inc.php, 1.2.2.10.2.13


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/inc class.sessions_db.inc.php, 1.2.2.10.2.13
Date: Fri, 30 Sep 2005 11:48:00 +0200

Update of phpgwapi/inc

Modified Files:
     Branch: Version-0_9_16-branch
            class.sessions_db.inc.php lines: +3 -3

Log Message:
patch #4416 (fix for list sessions in admin)

====================================================
Index: phpgwapi/inc/class.sessions_db.inc.php
diff -u phpgwapi/inc/class.sessions_db.inc.php:1.2.2.10.2.12 
phpgwapi/inc/class.sessions_db.inc.php:1.2.2.10.2.13
--- phpgwapi/inc/class.sessions_db.inc.php:1.2.2.10.2.12        Sun Jun  6 
23:01:43 2004
+++ phpgwapi/inc/class.sessions_db.inc.php      Fri Sep 30 09:48:47 2005
@@ -56,9 +56,9 @@
                // This will update the DateLastActive column, so the login 
does not expire
                function update_dla()
                {
-                       if (@isset($GLOBALS['phpgw_info']['menuaction']))
+                       if (get_var('menuaction',Array('GET','POST')))
                        {
-                               $action = $GLOBALS['phpgw_info']['menuaction'];
+                               $action = 
get_var('menuaction',Array('GET','POST'));
                        }
                        else
                        {






reply via email to

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