phpgroupware-users
[Top][All Lists]
Advanced

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

[Phpgroupware-users] Bug in stocks


From: David Chung
Subject: [Phpgroupware-users] Bug in stocks
Date: Thu, 24 Jan 2002 16:34:53 -0500

I found a bug in the stock quotes that if you ask for a symbol like NT, this matches some of the internal XML data that Yahoo returns and extraneous data is displayed.
 
I modified line 86 of stocks/inc/functions.inc.php to
 
$regexp_stocks = "/(\"" . implode("\"|\"",$symbollist) . "\")/";
 
which alleviates the problem.

reply via email to

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