Maik Preuss - 2010-04-21 19:28:08
If I parse this query
SELECT * FROM tt_news,be_users where tt_news.cruser_id=be_users.uid;
I will get ',be_users' for the second table name.
If I reformat the query and use a space between , and be_users.
The result ist as expected.
Anyway.
Many thanks for sharing your work!
Maik