<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<font color="#000000"><b>1146 - Table 'hanabi_osc87z3.topics' doesn't exist<br><br>SELECT 
					c.topics_id as cID, 
					c.date_added as topic_date_added, 
					c.last_modified as topic_last_mod,
					MAX(p.articles_date_added) as articles_date_added, 
					MAX(p.articles_last_modified) as articles_last_mod   
			FROM topics c, articles_to_topics p2c 
				LEFT JOIN articles p 
					ON (p2c.articles_id = p.articles_id) 
			WHERE c.topics_id = p2c.topics_id 
			GROUP BY cID  
			ORDER BY 
				topic_date_added ASC, 
				topic_last_mod ASC, 
				articles_date_added ASC, 
				articles_last_mod ASC<br><br><small><font color="#ff0000">[TEP STOP]</font></small><br><br></b></font>