1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00
This commit is contained in:
Moc 2014-05-18 11:24:02 +02:00
parent 2780e3af30
commit 935e36f2f5

View File

@ -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();