phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] wcm/class.base.php, 1.1.1.1.2.5


From: nomail
Subject: [Phpgroupware-cvs] wcm/class.base.php, 1.1.1.1.2.5
Date: Thu, 20 May 2004 15:05:47 -0000

Update of /wcm
Modified Files:
        Branch: proposal-branch
          class.base.php

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

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/class.base.php
diff -u wcm/class.base.php:1.1.1.1.2.4 wcm/class.base.php:1.1.1.1.2.5
--- wcm/class.base.php:1.1.1.1.2.4      Mon Nov  3 11:19:04 2003
+++ wcm/class.base.php  Fri Apr 16 20:59:49 2004
@@ -36,16 +36,16 @@
                        }
                        else
                        {
-                               $app_data['top_text'] = 'Welcome back to my 
website '.$GLOBALS['phpgw_session']['session_lid'];
+                               $app_data['top_text'] = 'Welcome back to my 
website '.$_SESSION['phpgw_session']['session_lid'];
                        }
                        /* this stuff now done by this apps starter inc */
                        /*
-                       $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');
                        */
                        $GLOBALS['phpgw_xmldoc']->add_node($app_data, 'APP');
-                       $GLOBALS['phpgw']->finish(False);
+                       $GLOBALS['phpgw']->finish(false);
                }
        }
 




reply via email to

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