Функция nick() переехала в класс Nick.

This commit is contained in:
Igor Barkov (iwork)
2020-08-27 15:17:02 +03:00
parent a6ec244474
commit 782aa0632d
346 changed files with 574 additions and 567 deletions

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.". ".nick::id($f[0])->full(1)."<BR>";
echo "&nbsp; ".$i.". ".Nick::id($f[0])->full(1)."<BR>";
}
?>
<center>