phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: stocks/inc functions.inc.php,1.9.2.1,1.9.2.2


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: stocks/inc functions.inc.php,1.9.2.1,1.9.2.2
Date: Mon, 04 Feb 2002 18:38:27 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        functions.inc.php 
Log Message:
submitted patch

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/stocks/inc/Attic/functions.inc.php,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -C2 -r1.9.2.1 -r1.9.2.2
*** functions.inc.php   4 Feb 2002 22:22:37 -0000       1.9.2.1
--- functions.inc.php   4 Feb 2002 23:38:24 -0000       1.9.2.2
***************
*** 83,87 ****
                }
  
!               $regexp_stocks = '/(' . implode('|',$symbollist) . ')/';
  
                $url = 
'http://finance.yahoo.com/d/quotes.csv?f=sl1d1t1c1ohgv&e=.csv&s=' . $symbolstr;
--- 83,88 ----
                }
  
! //            $regexp_stocks = '/(' . implode('|',$symbollist) . ')/';
!               $regexp_stocks = '/^\"(' . implode('|',$symbollist) . ')/';
  
                $url = 
'http://finance.yahoo.com/d/quotes.csv?f=sl1d1t1c1ohgv&e=.csv&s=' . $symbolstr;




reply via email to

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