phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpwebhosting/inc html.inc.php,1.12,1.12.2.1


From: Jason Wies <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpwebhosting/inc html.inc.php,1.12,1.12.2.1
Date: Wed, 16 Jan 2002 01:43:31 -0500

Update of /cvsroot/phpgroupware/phpwebhosting/inc
In directory subversions:/tmp/cvs-serv31370/inc

Modified Files:
      Tag: Version-0_9_14-branch
        html.inc.php 
Log Message:
Fix a small bug in html_form_select_begin

Index: html.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpwebhosting/inc/html.inc.php,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -r1.12 -r1.12.2.1
*** html.inc.php        10 Dec 2001 04:04:56 -0000      1.12
--- html.inc.php        16 Jan 2002 06:43:28 -0000      1.12.2.1
***************
*** 79,86 ****
  function html_form_select_begin ($name = NULL, $return = 0)
  {
!       $test = ' ';
        if ($name != NULL && $name)
        {
!               $text = 'name="'.$name.'" ';
        }
        $rstring = '<select'.$text.'>';
--- 79,86 ----
  function html_form_select_begin ($name = NULL, $return = 0)
  {
!       $text = ' ';
        if ($name != NULL && $name)
        {
!               $text .= 'name="'.$name.'" ';
        }
        $rstring = '<select'.$text.'>';




reply via email to

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