Was muss ich bei Zeile "// ADDED pt.quiz_answer, AND , p.post_id ASC WITH Quiz Hack" tun?#
#-----[ FIND ]------------------------------------------
#
$sql = "SELECT u.username, p.*, pt.post_text, pt.bbcode_uid, pt.post_subject, p.post_username
FROM " . POSTS_TABLE . " p, " . USERS_TABLE . " u, " . POSTS_TEXT_TABLE . " pt
WHERE p.topic_id = $topic_id
AND p.poster_id = u.user_id
AND p.post_id = pt.post_id
ORDER BY p.post_time ASC";
#
#-----[ IN-LINE, FIND ]------------------------------------------
#
pt.post_subject,
#
#-----[ IN-LINE, AFTER, ADD ]------------------------------------------
#
pt.quiz_answer,
#
#-----[ IN-LINE, FIND ]------------------------------------------
#
p.post_time ASC
#
#-----[ IN-LINE, AFTER, ADD ]------------------------------------------
#
, p.post_id ASC
#
#-----[ AFTER, ADD ]------------------------------------------
#
// ADDED pt.quiz_answer, AND , p.post_id ASC WITH Quiz Hack
#
#-----[ FIND ]------------------------------------------
#
$message = str_replace("\n", '<br />', $message);
#
#-----[ AFTER, ADD ]------------------------------------------
#
// bedeutete für mich bislang das das auskommentiert ist, ist es in dem Falls auch so, das ich diese Zeile nicht beachten muss? *ratlosbin*
Danke!
LG, Emy[/code]