mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Update build_ranks.php
This commit is contained in:
parent
4b96dd714c
commit
af1924e04a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if (!defined('BB_ROOT')) {
|
||||||
|
|
||||||
$ranks = array();
|
$ranks = array();
|
||||||
|
|
||||||
$sql = "SELECT rank_id, rank_title, rank_image, rank_style FROM " . BB_RANKS;
|
$sql = "SELECT * FROM " . BB_RANKS;
|
||||||
|
|
||||||
foreach (DB()->fetch_rowset($sql) as $row) {
|
foreach (DB()->fetch_rowset($sql) as $row) {
|
||||||
$ranks[$row['rank_id']] = $row;
|
$ranks[$row['rank_id']] = $row;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue