phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: stocks preferences_edit.php,1.11.2.4,1.11.2.5


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: stocks preferences_edit.php,1.11.2.4,1.11.2.5
Date: Mon, 04 Feb 2002 18:07:10 -0500

Update of /cvsroot/phpgroupware/stocks
In directory subversions:/tmp/cvs-serv2091

Modified Files:
      Tag: Version-0_9_14-branch
        preferences_edit.php 
Log Message:
update encoding

Index: preferences_edit.php
===================================================================
RCS file: /cvsroot/phpgroupware/stocks/Attic/preferences_edit.php,v
retrieving revision 1.11.2.4
retrieving revision 1.11.2.5
diff -C2 -r1.11.2.4 -r1.11.2.5
*** preferences_edit.php        4 Feb 2002 22:46:55 -0000       1.11.2.4
--- preferences_edit.php        4 Feb 2002 23:07:07 -0000       1.11.2.5
***************
*** 52,56 ****
        while ($stock = 
@each($GLOBALS['phpgw_info']['user']['preferences']['stocks']))
        {
!               if (urldecode($stock[0]) == urldecode($sym))
                {
                        
$GLOBALS['phpgw']->template->set_var('tr_color1',$GLOBALS['phpgw_info']['theme']['row_on']);
--- 52,56 ----
        while ($stock = 
@each($GLOBALS['phpgw_info']['user']['preferences']['stocks']))
        {
!               if (urldecode($stock[0]) == rawurldecode($sym))
                {
                        
$GLOBALS['phpgw']->template->set_var('tr_color1',$GLOBALS['phpgw_info']['theme']['row_on']);




reply via email to

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