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.7,1.45.2.8


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup manageheader.php,1.45.2.7,1.45.2.8
Date: Sat, 23 Aug 2003 13:28:55 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        manageheader.php 
Log Message:
fixed the continue button (no domain and pw was set for the form)

Index: manageheader.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/manageheader.php,v
retrieving revision 1.45.2.7
retrieving revision 1.45.2.8
diff -C2 -r1.45.2.7 -r1.45.2.8
*** manageheader.php    23 Aug 2003 16:53:10 -0000      1.45.2.7
--- manageheader.php    23 Aug 2003 17:28:53 -0000      1.45.2.8
***************
*** 501,504 ****
--- 501,511 ----
                                        . '</form>';
                        }
+                       // 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,
+                               'FormPW'     => 
$GLOBALS['phpgw_domain'][$firstDomain]['config_passwd']
+                       ));
                        $setup_tpl->set_var('errors',$errors);
  





reply via email to

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