Loading...
 
Features / Usability

Features / Usability


Re : TikiWiki bug crashed the server

posts: 1092

The sql query is not the best
select * from `tiki_comments`,`tiki_forums` where `object`=`forumId` and `objectType` = 'forum' order by `commentDate` desc

Perhaps this needs to be replaced by a left join

There are no comments at this time.