|
From: Jon O. <jon...@us...> - 2008-07-10 23:47:24
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9021 Modified Files: Tag: core28x mx_functions_tools.php Log Message: Fix Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.15.2.11 retrieving revision 1.15.2.12 diff -C2 -d -r1.15.2.11 -r1.15.2.12 *** mx_functions_tools.php 6 Jul 2008 22:10:32 -0000 1.15.2.11 --- mx_functions_tools.php 10 Jul 2008 23:47:21 -0000 1.15.2.12 *************** *** 3675,3679 **** function obtain_ranks( &$ranks ) { ! } --- 3675,3679 ---- function obtain_ranks( &$ranks ) { ! return; } *************** *** 3809,3816 **** $ranksrow = array(); ! if ($portal_config['portal_backend'] != 'internal') ! { ! $this->obtain_ranks( $ranksrow ); ! } while ( $this->comments_row = $db->sql_fetchrow( $result ) ) --- 3809,3813 ---- $ranksrow = array(); ! $this->obtain_ranks( $ranksrow ); while ( $this->comments_row = $db->sql_fetchrow( $result ) ) *************** *** 4034,4041 **** $ranksrow = array(); ! if ($portal_config['portal_backend'] != 'internal') ! { ! $this->obtain_ranks( $ranksrow ); ! } while ( $this->comments_row = $db->sql_fetchrow( $result ) ) --- 4031,4035 ---- $ranksrow = array(); ! $this->obtain_ranks( $ranksrow ); while ( $this->comments_row = $db->sql_fetchrow( $result ) ) |