|
From: Jon O. <jon...@us...> - 2007-09-09 20:06:36
|
Update of /cvsroot/mxbb/mx_kb/kb/modules/tabs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18006/kb/modules/tabs Modified Files: kb__tab-view.php Log Message: for 2.9.x Index: kb__tab-view.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/tabs/kb__tab-view.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kb__tab-view.php 22 Jul 2007 21:05:45 -0000 1.2 --- kb__tab-view.php 9 Sep 2007 20:06:02 -0000 1.3 *************** *** 135,139 **** 'U_PORTAL' => $mx_root_path, 'L_PORTAL' => "<<", ! 'U_KB' => append_sid( $mx_kb->this_mxurl() ), 'L_KB' => $lang['KB_title'] ) ); --- 135,139 ---- 'U_PORTAL' => $mx_root_path, 'L_PORTAL' => "<<", ! 'U_KB' => mx_append_sid( $mx_kb->this_mxurl() ), 'L_KB' => $lang['KB_title'] ) ); |