1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Bugtracker #3879 - doubled up LAN - thanks marj

This commit is contained in:
e107steved
2007-04-09 10:18:05 +00:00
parent 2543feeec0
commit 727a3e4977

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_viewforum.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_viewforum.php,v $
| $Revision: 1.4 $ | $Revision: 1.5 $
| $Date: 2007-03-02 21:13:05 $ | $Date: 2007-04-09 10:17:48 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -120,7 +120,7 @@ if ($pages)
if(strpos($FORUM_VIEW_START, 'THREADPAGES') !== FALSE || strpos($FORUM_VIEW_END, 'THREADPAGES') !== FALSE) if(strpos($FORUM_VIEW_START, 'THREADPAGES') !== FALSE || strpos($FORUM_VIEW_END, 'THREADPAGES') !== FALSE)
{ {
$parms = "{$topics},{$view},{$thread_from},".e_SELF.'?'.$forum_id.'.[FROM],off'; $parms = "{$topics},{$view},{$thread_from},".e_SELF.'?'.$forum_id.'.[FROM],off';
$THREADPAGES = LAN_316." ".$tp->parseTemplate("{NEXTPREV={$parms}}"); $THREADPAGES = $tp->parseTemplate("{NEXTPREV={$parms}}");
} }
} }