From: Eloi G. <ada...@us...> - 2004-09-25 04:46:16
|
Update of /cvsroot/phpwsbb/phpwsbb/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17458/class Modified Files: Message.php Log Message: Fixed Bug Report [1033699] "Guest reply minor issues" Index: Message.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Message.php,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** Message.php 19 Sep 2004 06:37:01 -0000 1.66 --- Message.php 25 Sep 2004 04:46:03 -0000 1.67 *************** *** 344,348 **** $tags['MESSAGE_BODY'] = PHPWS_WizardBag::js_insert('wysiwyg', 'PHPWSBB_Message_edit', 'Message_body') . $tags['MESSAGE_BODY']; ! $content = PHPWS_Template::processTemplate($tags, 'phpwsbb', 'edit.tpl'); if ($thread) { $content .= $thread->_view(TRUE); --- 344,348 ---- $tags['MESSAGE_BODY'] = PHPWS_WizardBag::js_insert('wysiwyg', 'PHPWSBB_Message_edit', 'Message_body') . $tags['MESSAGE_BODY']; ! $content = '<a name="bb-top" />'.PHPWS_Template::processTemplate($tags, 'phpwsbb', 'edit.tpl'); if ($thread) { $content .= $thread->_view(TRUE); |