| Нет информацииSELECT s.sid, s.catid, s.aid, s.title, s.time, c.id, c.title FROM war_stories AS s LEFT JOIN war_categories AS c ON (s.catid=c.id) WHERE time <= now() AND status='1' AND (c.language='russian' OR c.language='') ORDER BY time DESC LIMIT 0, 10 | |