nick3() and partially nick7() functions replaced by nick class

This commit is contained in:
lopar
2018-03-04 00:54:41 +02:00
parent 7c612d6088
commit e5d14473db
46 changed files with 125 additions and 186 deletions
+1 -1
View File
@@ -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 "&nbsp; ".$i.". ".nick3($f[0])."<BR>";
echo "&nbsp; ".$i.". ".nick::id($f[0])->full(1)."<BR>";
}
?>
<center>