|
From: Jon O. <jon...@us...> - 2005-12-17 14:34:20
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1725/includes Modified Files: mx_functions_core.php Log Message: Broken Page Auth is fixed Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** mx_functions_core.php 17 Dec 2005 13:10:27 -0000 1.23 --- mx_functions_core.php 17 Dec 2005 14:34:11 -0000 1.24 *************** *** 640,646 **** "page_header" => $row['page_header'], "page_graph_border" => $row['page_graph_border'], ! "page_auth_view" => $row['page_auth_view'], ! "page_auth_view_group" => $row['page_auth_view_group'], ! "page_auth_moderator_group" => $row['page_auth_moderator_group'], "ip_filter" => $row['ip_filter'], "phpbb_stats" => $row['phpbb_stats'] --- 640,646 ---- "page_header" => $row['page_header'], "page_graph_border" => $row['page_graph_border'], ! "page_auth_view" => $row['pag_auth_view'], ! "page_auth_view_group" => $row['pag_auth_view_group'], ! "page_auth_moderator_group" => $row['pag_auth_moderator_group'], "ip_filter" => $row['ip_filter'], "phpbb_stats" => $row['phpbb_stats'] *************** *** 1956,1960 **** $this->info = $this->page_config[$this->page_id]['page_info']; ! // // View auth check --- 1956,1960 ---- $this->info = $this->page_config[$this->page_id]['page_info']; ! // // View auth check |