phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] wcm/constructor.inc.php, 1.1.2.2


From: nomail
Subject: [Phpgroupware-cvs] wcm/constructor.inc.php, 1.1.2.2
Date: Thu, 20 May 2004 15:44:01 -0000

Update of /wcm
Modified Files:
        Branch: proposal-branch
          constructor.inc.php

date: 2004/04/16 20:59:49;  author: seek3r;  state: Exp;  lines: +2 -2

Log Message:
bringing savannah cvs back up to date with what we were doing on our private 
cvs server. We will not be doing dev from this cvs tree
=====================================================================
No syntax errors detected in -
=====================================================================
Index: wcm/constructor.inc.php
diff -u wcm/constructor.inc.php:1.1.2.1 wcm/constructor.inc.php:1.1.2.2
--- wcm/constructor.inc.php:1.1.2.1     Fri Oct 31 08:42:33 2003
+++ wcm/constructor.inc.php     Fri Apr 16 20:59:49 2004
@@ -15,7 +15,7 @@
 
        /* This is stuff that everything else in this app will end up needing. 
*/
        /* So this can help cut down duplicate code */
-       $user = array('username'=>$GLOBALS['phpgw_session']['session_lid']);
+       $user = array('username'=>$_SESSION['phpgw_session']['session_lid']);
        $GLOBALS['phpgw_xml_apinode']->add_node($user,'user');
        $GLOBALS['phpgw']->add_xsl('wcm.base');
        




reply via email to

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