|
From: OryNider <ory...@us...> - 2008-02-18 06:14:34
|
Update of /cvsroot/mxbb/mx_blogs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8665 Modified Files: Tag: core28x weblog_config.php Log Message: fixes ;) Index: weblog_config.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/weblog_config.php,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -C2 -d -r1.2.2.3 -r1.2.2.4 *** weblog_config.php 10 Feb 2008 02:30:45 -0000 1.2.2.3 --- weblog_config.php 18 Feb 2008 06:14:30 -0000 1.2.2.4 *************** *** 51,54 **** --- 51,59 ---- } + if (($userdata['user_level'] == ADMIN) && isset($_GET['user_id'])) + { + $userdata['user_id'] = $_GET['user_id']; + } + // // Do not check if the user already has a weblog |