|
From: Jon O. <jon...@us...> - 2007-09-09 20:06:36
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18006 Modified Files: kb.php kb_app.php kb_article_reader.php Log Message: for 2.9.x Index: kb.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb.php,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** kb.php 30 May 2007 21:32:24 -0000 1.42 --- kb.php 9 Sep 2007 20:06:00 -0000 1.43 *************** *** 193,197 **** 'U_PORTAL' => $mx_root_path, 'L_PORTAL' => "<<", ! 'U_KB' => append_sid( $mx_kb->this_mxurl() ), 'L_KB' => $lang['KB_title'] ) ); --- 193,197 ---- 'U_PORTAL' => $mx_root_path, 'L_PORTAL' => "<<", ! 'U_KB' => mx_append_sid( $mx_kb->this_mxurl() ), 'L_KB' => $lang['KB_title'] ) ); Index: kb_article_reader.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb_article_reader.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** kb_article_reader.php 30 May 2007 21:32:24 -0000 1.21 --- kb_article_reader.php 9 Sep 2007 20:06:00 -0000 1.22 *************** *** 189,193 **** 'U_PORTAL' => $mx_root_path, 'L_PORTAL' => "<<", ! 'U_KB' => append_sid( $mx_kb->this_mxurl() ), 'L_KB' => $lang['KB_title'] ) ); --- 189,193 ---- 'U_PORTAL' => $mx_root_path, 'L_PORTAL' => "<<", ! 'U_KB' => mx_append_sid( $mx_kb->this_mxurl() ), 'L_KB' => $lang['KB_title'] ) ); Index: kb_app.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb_app.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kb_app.php 2 Jun 2007 19:56:52 -0000 1.1 --- kb_app.php 9 Sep 2007 20:06:00 -0000 1.2 *************** *** 195,199 **** 'U_PORTAL' => $mx_root_path, 'L_PORTAL' => "<<", ! 'U_KB' => append_sid( $mx_kb->this_mxurl() ), 'L_KB' => $lang['KB_title'] ) ); --- 195,199 ---- 'U_PORTAL' => $mx_root_path, 'L_PORTAL' => "<<", ! 'U_KB' => mx_append_sid( $mx_kb->this_mxurl() ), 'L_KB' => $lang['KB_title'] ) ); |