nick3() and partially nick7() functions replaced by nick class
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
$select = mysql_query("SELECT DISTINCT `owner` FROM `hellround_pohod` ORDER by (SELECT SUM(`volna`) FROM `hellround_pohod` WHERE `owner` = `owner`) DESC LIMIT 10;");
|
||||
while($f = mysql_fetch_array($select)) {
|
||||
$i++;
|
||||
echo " ".$i.". ".nick3($f[0])."<BR>";
|
||||
echo " ".$i.". ".nick::id($f[0])->full(1)."<BR>";
|
||||
}
|
||||
?>
|
||||
<center>
|
||||
|
||||
Reference in New Issue
Block a user