phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.sbox2.inc.php,1.10,1.10.2.1


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.sbox2.inc.php,1.10,1.10.2.1
Date: Mon, 20 May 2002 23:25:46 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv30903

Modified Files:
      Tag: Version-0_9_14-branch
        class.sbox2.inc.php 
Log Message:
minor formatting

Index: class.sbox2.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sbox2.inc.php,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -C2 -r1.10 -r1.10.2.1
*** class.sbox2.inc.php 24 Dec 2001 15:34:08 -0000      1.10
--- class.sbox2.inc.php 21 May 2002 03:25:43 -0000      1.10.2.1
***************
*** 76,80 ****
                        {       // result from search
                                if (!count($content))
!                               {       // search was unsuccsessful
                                        $ret[$name] = lang('no entries found, 
try again ...');
                                }
--- 76,80 ----
                        {       // result from search
                                if (!count($content))
!                               {       // search was unsuccessful
                                        $ret[$name] = lang('no entries found, 
try again ...');
                                }
***************
*** 320,324 ****
                        {
                                $out .= '<option value="'.$k.'"';
!                               if($k == $key) $out .= " SELECTED";
                                $out .= ">" . ($no_lang ? $text : lang($text)) 
. "</option>\n";
                        }
--- 320,327 ----
                        {
                                $out .= '<option value="'.$k.'"';
!                               if($k == $key)
!                               {
!                                       $out .= " SELECTED";
!                               }
                                $out .= ">" . ($no_lang ? $text : lang($text)) 
. "</option>\n";
                        }




reply via email to

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