MySQL Error!
MySQL error in file: /includes/functions/show.short.php at line 68
Error Number: 1146
The Error returned was:
Table 'v0010_a12195_1_h.hd_post' doesn't exist
SQL query:

SELECT p.id, p.autor, p.date, p.short_story, CHAR_LENGTH(p.full_story) as full_story, p.xfields, p.title, p.category, p.alt_name, p.comm_num, p.allow_comm, p.fixed, p.tags, e.news_read, e.allow_rate, e.rating, e.vote_num, e.votes, e.view_edit, e.editdate, e.editor, e.reason FROM hd_post p LEFT JOIN hd_post_extras e ON (p.id=e.news_id) WHERE category regexp '\\b(5)\\b' AND approve=1 ORDER BY fixed desc, news_read DESC LIMIT 0,100