October 29th, 2003, 04:07 PM
|
#1 (permalink)
|
| Ultimate Member
Join Date: May 2002 Location: Joplin, MO
Posts: 2,353
| Wierd coding under the "prices" table...
I noticed this text under the "prices" box that has random items for sale that is above all the forum, topic, and post pages...
This is the code: Code: SELECT pp.id, pp.name, pp.price_now, pp.price_now_date, pp.prod_id, pp.override, pp.price_low, pp.store_name, pp.difference FROM prices pp INNER JOIN prices_bysource pb ON pb.id=pp.id WHERE (pricey!=1) AND pp.pricey!=1 AND pp.price_now !=0 AND pb.source=3 AND pp.price
Why is that showing?
BTW, it's white in color, so it blends into the site's BG color...
I'm using Mozilla Firebird 0.6.1, but it shows up in IE 6.0 as well...
Will, post a screenshot if needed...
Thanks!
David |
| |