phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.setup_html.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc class.setup_html.inc.php
Date: Wed, 15 Nov 2006 14:20:09 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/11/15 14:20:09

Modified files:
        inc            : class.setup_html.inc.php 

Log message:
        notice

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.setup_html.inc.php?cvsroot=phpgwapi&r1=1.12&r2=1.13

Patches:
Index: class.setup_html.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.setup_html.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- class.setup_html.inc.php    3 Sep 2006 06:15:27 -0000       1.12
+++ class.setup_html.inc.php    15 Nov 2006 14:20:08 -0000      1.13
@@ -7,7 +7,7 @@
        * @license http://www.fsf.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage application
-       * @version $Id: class.setup_html.inc.php,v 1.12 2006/09/03 06:15:27 
skwashd Exp $
+       * @version $Id: class.setup_html.inc.php,v 1.13 2006/11/15 14:20:08 
sigurdne Exp $
        */
 
        /**
@@ -168,6 +168,7 @@
                                
$GLOBALS['setup_tpl']->set_var('lang_select',lang_select());
                                if (count($GLOBALS['phpgw_domain']) > 1)
                                {
+                                       $domains = '';
                                        foreach($GLOBALS['phpgw_domain'] as 
$domain => $data)
                                        {
                                                $domains .= "<option 
value=\"$domain\" ";




reply via email to

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