|
 |
sql_error: www.RussianFrisco.com/common/block/data2/forum/last_messages.php: 1146: Table 'BB._posts_text' doesn't exist sql_run: select p.topic_id,
date_format(from_unixtime( post_time),'%M %d, %Y %r'),
username,
if(pt.post_subject='',topic_title ,pt.post_subject) ,
left(post_text,100)
from BB._posts_text pt
inner join BB._posts p using(post_id)
inner join BB._topics t using(topic_id)
inner join BB._users u on poster_id=user_id
order by p.post_id desc
limit 20
|