Δημοσιεύτηκε: 03 Ιουν 2009, 01:30
από medigeek
medigeek έγραψε:
Κώδικας: Επιλογή όλων
$post_link = $board_url."/viewtopic.".$phpEx."?f=".$forumid."&t=".$topicid."#p".$row['topic_last_post_id'];


Fixed:
Κώδικας: Επιλογή όλων
$post_link = $board_url."/viewtopic.".$phpEx."?f=".$forumid."&t=".$topicid."&p=".$row['topic_last_post_id']."#p".$row['topic_last_post_id'];


Διορθώθηκε!