|
From: OryNider <ory...@us...> - 2008-02-08 07:48:17
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31128 Modified Files: forum_hack.php Log Message: using native phpBB2:: jump box default function ans simpe subforums one is commented. Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** forum_hack.php 8 Feb 2008 07:38:55 -0000 1.30 --- forum_hack.php 8 Feb 2008 07:48:13 -0000 1.31 *************** *** 805,809 **** // Replaces same function in function.php // ! $this->make_jumpbox_ref($this->phpbb_url . $action, $match_forum_id); } --- 805,810 ---- // Replaces same function in function.php // ! //$this->make_jumpbox_ref($this->phpbb_url . $action, $match_forum_id); ! phpBB2::make_jumpbox($this->phpbb_url . $action, $match_forum_id); } |