1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +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).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_viewforum.php,v $
| $Revision: 1.4 $
| $Date: 2007-03-02 21:13:05 $
| $Revision: 1.5 $
| $Date: 2007-04-09 10:17:48 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -120,7 +120,7 @@ if ($pages)
if(strpos($FORUM_VIEW_START, 'THREADPAGES') !== FALSE || strpos($FORUM_VIEW_END, 'THREADPAGES') !== FALSE)
{
$parms = "{$topics},{$view},{$thread_from},".e_SELF.'?'.$forum_id.'.[FROM],off';
$THREADPAGES = LAN_316." ".$tp->parseTemplate("{NEXTPREV={$parms}}");
$THREADPAGES = $tp->parseTemplate("{NEXTPREV={$parms}}");
}
}