|
From: Jon O. <jon...@us...> - 2007-09-09 19:35:47
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/tabs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027/bugsbt/modules/tabs Modified Files: bugsbt__tab-index.php Log Message: for 2.9.x Index: bugsbt__tab-index.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/tabs/bugsbt__tab-index.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** bugsbt__tab-index.php 22 Jul 2007 21:02:53 -0000 1.4 --- bugsbt__tab-index.php 9 Sep 2007 19:35:11 -0000 1.5 *************** *** 129,133 **** 'U_PORTAL' => $mx_root_path, 'L_PORTAL' => "<<", ! 'U_KB' => append_sid( $mx_bugsbt->this_mxurl() ), 'L_KB' => $lang['bugsbt_title'] ) ); --- 129,133 ---- 'U_PORTAL' => $mx_root_path, 'L_PORTAL' => "<<", ! 'U_KB' => mx_append_sid( $mx_bugsbt->this_mxurl() ), 'L_KB' => $lang['bugsbt_title'] ) ); |