phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.html.inc.php,1.16,1.17


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.html.inc.php,1.16,1.17
Date: Sun, 13 Apr 2003 12:01:32 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv29624

Modified Files:
        class.html.inc.php 
Log Message:
fix to let html::select difference between '' and 0


Index: class.html.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.html.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** class.html.inc.php  18 Oct 2002 21:33:39 -0000      1.16
--- class.html.inc.php  13 Apr 2003 16:01:29 -0000      1.17
***************
*** 65,69 ****
                {
                        $out .= '<option value="'.$k.'"';
!                       if($k == $key || strstr(",$key,",",$k,"))
                        {
                                $out .= " SELECTED";
--- 65,69 ----
                {
                        $out .= '<option value="'.$k.'"';
!                       if("$k" == "$key" || strstr(",$key,",",$k,"))
                        {
                                $out .= " SELECTED";





reply via email to

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