|
From: Jon O. <jon...@us...> - 2008-02-15 22:15:19
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23098/includes Modified Files: functions.php pafiledb_constants.php Log Message: Updated, sync with phpBB2 standalone usage Trailing newlines Bad globals Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions.php,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** functions.php 9 Sep 2007 20:16:17 -0000 1.39 --- functions.php 15 Feb 2008 22:15:15 -0000 1.40 *************** *** 105,113 **** if ( $mode == 'window' ) { ! /* ! $userdata = session_pagestart( $user_ip, $page_id ); ! init_userprefs( $userdata ); ! */ ! $mx_user->init($user_ip, PAGE_INDEX); $gen_simple_header = true; --- 105,117 ---- 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: pafiledb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/pafiledb_constants.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** pafiledb_constants.php 5 Jul 2006 22:50:22 -0000 1.20 --- pafiledb_constants.php 15 Feb 2008 22:15:15 -0000 1.21 *************** *** 81,86 **** if ( !MXBB_MODULE || MXBB_27x ) { ! $pa_module_version = "pafileDB Download Manager v. 2.0.x"; ! $pa_module_author = "Haplo/Jon"; $pa_module_orig_author = "Mohd"; } --- 81,86 ---- if ( !MXBB_MODULE || MXBB_27x ) { ! $pa_module_version = "pafileDB Download Manager v. 0.9.0"; ! $pa_module_author = "Jon Ohlsson"; $pa_module_orig_author = "Mohd"; } |