Improvements and typos
This commit is contained in:
parent
3bdbc74b0e
commit
5b27274fa7
13 changed files with 78 additions and 75 deletions
|
@ -49,7 +49,7 @@ class config_panel extends admin_module{
|
|||
$config[$row["name"]] = $row["value"];
|
||||
}
|
||||
}
|
||||
$result = $db->query("SELECT * FROM `" . $config["prefix"] . "config` v LEFT JOIN `" . $config["prefix"] . "config_categorys` c ON v.`category`=c.`cid`");
|
||||
$result = $db->query("SELECT * FROM `" . $config["prefix"] . "config` v LEFT JOIN `" . $config["prefix"] . "config_categories` c ON v.`category`=c.`cid`");
|
||||
while ($row = $db->fetch_array($result)){
|
||||
$data[$row["categoryname"]][]=$row;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue