|
From: Markus P. <mar...@us...> - 2005-04-25 20:55:14
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17096 Modified Files: mx_auth.php Log Message: Fixed typo in get_auth_forum(). Index: mx_auth.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_auth.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mx_auth.php 25 Apr 2005 01:27:20 -0000 1.7 --- mx_auth.php 25 Apr 2005 20:55:06 -0000 1.8 *************** *** 364,368 **** // passing AUTH_LIST_ALL will load info for all forums at once. // ! if( $mode = 'kb' ) { include_once($mx_root_path . 'modules/mx_kb/includes/functions_kb_auth.' . $phpEx); --- 364,368 ---- // passing AUTH_LIST_ALL will load info for all forums at once. // ! if( $mode == 'kb' ) { include_once($mx_root_path . 'modules/mx_kb/includes/functions_kb_auth.' . $phpEx); |