samrajan wrote on Tuesday, June 19, 2007:
The Drug lookup stopped working for me and had to debug the long running loop
Rod or some one please make the following change to the RXList.class.php in cvs
Orginal
if ((!(strpos(strtoupper($tokens[$pos]), "</A>") === false)) or
(!(strpos(strtoupper($tokens[$pos]), "</FONT>") === false))) {
to
if ((!(strpos(strtoupper($tokens[$pos]), "</A>") === false)) or
(!(strpos(strtoupper($tokens[$pos]), "</TD>") === false))) {
Note the change from "</FONT>" to "</TD>"
should resolve the issue. Any issues or questions please let me know.
Thanks
Sam Rajan