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:
@@ -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']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user