Error
Database Error: Table 'soccer_forms.ffce_press_releases' doesn't exist
SQL:
SELECT CONCAT('<div class="title">',title,'</div>','<div class="author">by ',author,'</div>','<div class="timestamp">Submitted: ',DATE_FORMAT(__timestamp,'%b %D, %Y'),'</div>','<div class="body">',REPLACE(body,'
','<br />'),'</div>') FROM ffce_press_releases ORDER BY __timestamp DESC