|
From: Jon O. <jon...@us...> - 2008-07-10 22:58:29
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20224 Modified Files: mx_functions_tools.php Log Message: moving PORTAL_BACKEND from Core Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** mx_functions_tools.php 6 Jul 2008 22:10:01 -0000 1.35 --- mx_functions_tools.php 10 Jul 2008 22:58:26 -0000 1.36 *************** *** 15,28 **** } - // - // This 'include' is needed for the mx_text class - // - /* - if ((PORTAL_BACKEND !== 'phpbb3') && !function_exists('bbencode_second_pass')) - { - mx_page::load_file('bbcode'); - } - */ - /** * Class: mx_text. --- 15,18 ---- *************** *** 3828,3835 **** $ranksrow = array(); ! if ($portal_config['portal_backend'] != 'internal') ! { ! $this->obtain_ranks( $ranksrow ); ! } while ( $this->comments_row = $db->sql_fetchrow( $result ) ) --- 3818,3822 ---- $ranksrow = array(); ! $this->obtain_ranks( $ranksrow ); while ( $this->comments_row = $db->sql_fetchrow( $result ) ) *************** *** 4054,4061 **** $ranksrow = array(); ! if ($portal_config['portal_backend'] != 'internal') ! { ! $this->obtain_ranks( $ranksrow ); ! } while ( $this->comments_row = $db->sql_fetchrow( $result ) ) --- 4041,4045 ---- $ranksrow = array(); ! $this->obtain_ranks( $ranksrow ); while ( $this->comments_row = $db->sql_fetchrow( $result ) ) |