|
From: FlorinCB <ory...@us...> - 2008-07-20 23:34:20
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22490/modules/mx_phpbb3blocks Modified Files: mx_last_msg.php Log Message: Index: mx_last_msg.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/mx_last_msg.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_last_msg.php 25 Jun 2008 23:45:42 -0000 1.2 --- mx_last_msg.php 20 Jul 2008 23:34:14 -0000 1.3 *************** *** 218,221 **** --- 218,222 ---- $message = $postrow[$row_count]['topic_title']; + $url = mx_append_sid(PHPBB_URL . 'viewtopic.' . $phpEx . '?' . 'f=' . $postrow[$row_count]['forum_id'] . '&lmsg_start='. $msg_start .'&t='. $postrow[$row_count]['topic_id'] .'#'. $postrow[$row_count]['topic_last_post_id']); |