phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.setup_html.inc.php,1.3,1.4


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.setup_html.inc.php,1.3,1.4
Date: Tue, 09 Apr 2002 19:47:38 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv12755/phpgwapi/inc

Modified Files:
        class.setup_html.inc.php 
Log Message:
Cleanup a few small warnings.

Index: class.setup_html.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.setup_html.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.setup_html.inc.php    7 Apr 2002 23:56:02 -0000       1.3
--- class.setup_html.inc.php    9 Apr 2002 23:47:36 -0000       1.4
***************
*** 134,139 ****
                {
                        /* begin use TEMPLATE login_main.tpl */
!                       
$GLOBALS['setup_tpl']->set_var('ConfigLoginMSG',$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG']);
!                       
$GLOBALS['setup_tpl']->set_var('HeaderLoginMSG',$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG']);
  
                        if ($GLOBALS['phpgw_info']['setup']['stage']['header'] 
== '10')
--- 134,139 ----
                {
                        /* begin use TEMPLATE login_main.tpl */
!                       
$GLOBALS['setup_tpl']->set_var('ConfigLoginMSG',@$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG']);
!                       
$GLOBALS['setup_tpl']->set_var('HeaderLoginMSG',@$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG']);
  
                        if ($GLOBALS['phpgw_info']['setup']['stage']['header'] 
== '10')




reply via email to

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