ws_findbox() is not defined!

New in our bookstore!
Real Estate Finance & Investments - 13th Edition
Rigorous yet practical, Real Estate Finance and Investments has been the leading real estate finance and investments text for over 25 years, consistently setting the standard for currency and coverage in real estate finance and investments textbooks. New content and problems addressing current trends in real estate finance and investments have been seamlessly incorporated into the text, without disrupting the material and organization instructors have relied on in past editions.
Order now >>

AMSTERDAM NEWS
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM ws_articles a, ws_articles_translations at, ws_pages_article' at line 1
SELECT a.id 'article_id', at.id 'translation_id', at.title 'translation_title', atyp.label 'article_type', lang.label 'language', lang.value 'lang_icon', UNIX_TIMESTAMP(IF(a.pubdate_start, a.pubdate_start, IF(at.modified, at.modified, at.created))) 'updated', pa.page_id 'pagetemplate', pa.site_id, GROUP_CONCAT(c.Content_Html ORDER BY c.Rownum ASC, c.Colnum ASC SEPARATOR ' ') 'Content_Html', FROM ws_articles a, ws_articles_translations at, ws_pages_articles pa, ws_sites_publish sp, ws_lists atyp, ws_lists lang, ws_articles_groups ag, ws_content c WHERE at.article_id = a.id AND at.publish = '1' AND at.language_id = 112 AND pa.article_type_id = a.type_id AND pa.site_id = 5 AND sp.article_id = a.id AND sp.site_id = 5 AND a.type_id = 210 AND atyp.id = a.type_id AND lang.id = at.language_id AND ag.article_translation_id = at.id AND c.Group_Id = ag.group_id AND IF(a.pubdate_start, a.pubdate_start <= 20130524235959, 1) AND IF(a.pubdate_end, a.pubdate_end > 20130524000000, 1) GROUP BY a.id ORDER BY updated DESC LIMIT 0, 10