Функция nick() переехала в класс Nick.
This commit is contained in:
2
hell.php
2
hell.php
@@ -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.". ".nick::id($f[0])->full(1)."<BR>";
|
||||
echo " ".$i.". ".Nick::id($f[0])->full(1)."<BR>";
|
||||
}
|
||||
?>
|
||||
<center>
|
||||
|
||||
Reference in New Issue
Block a user