|
From: Jon O. <jon...@us...> - 2008-02-15 22:11:53
|
Update of /cvsroot/mxbb/mx_kb/kb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21763 Modified Files: functions.php kb_constants.php Log Message: Updated, sync with phpBB2 standalone usage Trailing newlines Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/functions.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** functions.php 9 Sep 2007 20:06:01 -0000 1.21 --- functions.php 15 Feb 2008 22:11:49 -0000 1.22 *************** *** 109,117 **** if ( $mode == 'window' ) { ! /* ! $userdata = session_pagestart( $user_ip, $page_id ); ! init_userprefs( $userdata ); ! */ ! $mx_user->init($user_ip, PAGE_INDEX); $gen_simple_header = true; --- 109,121 ---- if ( $mode == 'window' ) { ! if ( !MXBB_MODULE ) ! { ! $userdata = session_pagestart( $user_ip, $page_id ); ! init_userprefs( $userdata ); ! } ! else ! { ! $mx_user->init($user_ip, PAGE_INDEX); ! } $gen_simple_header = true; Index: kb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/kb_constants.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** kb_constants.php 28 Jun 2006 20:52:30 -0000 1.7 --- kb_constants.php 15 Feb 2008 22:11:49 -0000 1.8 *************** *** 61,66 **** if ( !MXBB_MODULE || MXBB_27x ) { ! $kb_module_version = "Knowledge Base MOD v. 2.0.x"; ! $kb_module_author = "Haplo/Jon"; $kb_module_orig_author = "wGEric"; } --- 61,66 ---- if ( !MXBB_MODULE || MXBB_27x ) { ! $kb_module_version = "Knowledge Base MOD v. 0.9.0"; ! $kb_module_author = "Jon Ohlsson"; $kb_module_orig_author = "wGEric"; } |