phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.sbox.inc.php,1.22.2.3,1.22.2.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.sbox.inc.php,1.22.2.3,1.22.2.4
Date: Fri, 04 Jul 2003 08:53:48 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.sbox.inc.php 
Log Message:
php3 compliance fix

Index: class.sbox.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sbox.inc.php,v
retrieving revision 1.22.2.3
retrieving revision 1.22.2.4
diff -C2 -r1.22.2.3 -r1.22.2.4
*** class.sbox.inc.php  18 Mar 2003 16:57:44 -0000      1.22.2.3
--- class.sbox.inc.php  4 Jul 2003 12:53:46 -0000       1.22.2.4
***************
*** 286,290 ****
                function sbox()
                {
!                       foreach ($this->country_array as $key => $name)
                        {
                                $translated = lang($name);
--- 286,290 ----
                function sbox()
                {
!                       while(list($key,$name) = each($this->country_array))
                        {
                                $translated = lang($name);





reply via email to

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