phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup manageheader.php,1.45.2.8,1.45.2.9


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup manageheader.php,1.45.2.8,1.45.2.9
Date: Sun, 24 Aug 2003 10:35:21 -0400

Update of /cvsroot/phpgroupware/setup
In directory subversions:/tmp/cvs-serv19067

Modified Files:
      Tag: Version-0_9_16-branch
        manageheader.php 
Log Message:
killed a warning, if no domains exist

Index: manageheader.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/manageheader.php,v
retrieving revision 1.45.2.8
retrieving revision 1.45.2.9
diff -C2 -r1.45.2.8 -r1.45.2.9
*** manageheader.php    23 Aug 2003 17:28:53 -0000      1.45.2.8
--- manageheader.php    24 Aug 2003 14:35:18 -0000      1.45.2.9
***************
*** 502,507 ****
                        }
                        // set domain and password for the continue button
!                       reset($GLOBALS['phpgw_domain']);
!                       list($firstDomain) = each($GLOBALS['phpgw_domain']);
                        $setup_tpl->set_var(array(
                                'FormDomain' => $firstDomain,
--- 502,507 ----
                        }
                        // set domain and password for the continue button
!                       @reset($GLOBALS['phpgw_domain']);
!                       list($firstDomain) = @each($GLOBALS['phpgw_domain']);
                        $setup_tpl->set_var(array(
                                'FormDomain' => $firstDomain,





reply via email to

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