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