|
From: mhewitson <mhe...@us...> - 2007-06-28 18:04:27
|
Update of /cvsroot/mxbb/mx_blogs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6730/mx_blogs Modified Files: weblog_config.php weblogs.php Log Message: - some fixes by OryNider - http://www.mx-system.com/index.php?page=2&t=10036&phpbb_script=viewtopic Index: weblogs.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/weblogs.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** weblogs.php 25 Jun 2007 18:37:34 -0000 1.2 --- weblogs.php 28 Jun 2007 18:04:21 -0000 1.3 *************** *** 1,22 **** <?php /*************************************************************************** ! * weblogs.php ! * ----------------- ! * begin : Monday, September 5, 2004 ! * copyright : (C) 2005 Hyperion ! * email : vi...@ho... ! * ! * $Id$ ! * ! ***************************************************************************/ - /*************************************************************************** - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - ***************************************************************************/ define('IN_PHPBB', true); --- 1,13 ---- <?php /*************************************************************************** ! * File : weblogs.php ! * Copyright :(C) 2005 Hyperion, mxBB Project Team ! * website : www.mxbb.net ! * ! * File ID : $Id$ ! * Last Modified : $Date$ ! * ! ***************************************************************************/ define('IN_PHPBB', true); Index: weblog_config.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/weblog_config.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** weblog_config.php 7 Jun 2007 22:01:32 -0000 1.1 --- weblog_config.php 28 Jun 2007 18:04:21 -0000 1.2 *************** *** 39,44 **** // Start session management // ! $userdata = session_pagestart($user_ip, PAGE_INDEX); ! init_userprefs($userdata); // // End session management --- 39,45 ---- // Start session management // ! //$userdata = session_pagestart($user_ip, PAGE_INDEX); ! //init_userprefs($userdata); ! $mx_user->init($user_ip, PAGE_INDEX); // // End session management |