1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

EONE-34 (Improvement): Making progress on forum

This commit is contained in:
mcfly
2010-03-14 00:50:27 +00:00
parent 5a7cfe76c9
commit 637cf91009
5 changed files with 79 additions and 96 deletions

View File

@@ -8,16 +8,13 @@
*
* Forum View Topic
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_viewtopic.php,v $
* $Revision$
* $Date$
* $Author$
* $URL$
* $Id$
*
*/
require_once ('../../class2.php');
if (isset($_POST['fjsubmit']))
{
header('location:' . $e107->url->getUrl('forum', 'forum', array('func' => 'view', 'id' => $_POST['forumjump'])));
@@ -51,7 +48,6 @@ if(isset($_POST['track_toggle']))
$thread->toggle_track();
exit;
}
//print_a($_POST);
if(isset($_GET['f']))
{