mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Fixes #548
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<?php
|
1<?php
|
||||||
/*
|
/*
|
||||||
* e107 website system
|
* e107 website system
|
||||||
*
|
*
|
||||||
@@ -36,7 +36,7 @@ class e_ranks
|
|||||||
$this->ranks = array();
|
$this->ranks = array();
|
||||||
if($sql->select('generic', '*', "gen_type = 'user_rank_data' ORDER BY gen_intdata ASC"))
|
if($sql->select('generic', '*', "gen_type = 'user_rank_data' ORDER BY gen_intdata ASC"))
|
||||||
{
|
{
|
||||||
$i=0;
|
$i=1;
|
||||||
while($row = $sql->fetch())
|
while($row = $sql->fetch())
|
||||||
{
|
{
|
||||||
$tmp = array();
|
$tmp = array();
|
||||||
|
Reference in New Issue
Block a user