mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Simply sort
Можно и без атрибута.
This commit is contained in:
parent
4fe050bf1c
commit
4b2c5d9d64
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ global $bb_cfg;
|
|||
$smilies = array();
|
||||
|
||||
$rowset = DB()->fetch_rowset("SELECT * FROM ". BB_SMILIES);
|
||||
sort($rowset, 'SORT_NUMERIC');
|
||||
sort($rowset);
|
||||
|
||||
foreach ($rowset as $smile)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue