Improvements and typos
This commit is contained in:
parent
3bdbc74b0e
commit
5b27274fa7
13 changed files with 78 additions and 75 deletions
|
@ -81,7 +81,7 @@ class add_text_panel extends admin_module{
|
|||
$panel->content.="<h3>Kategorien:</h3>
|
||||
<table width=\"100%\">
|
||||
<tr>";
|
||||
$resultk=$db->query("SELECT `id`,`categoryname` FROM `" . $config["prefix"] . "article_categorys` WHERE `active`='true'") or die($db->error());
|
||||
$resultk=$db->query("SELECT `id`,`categoryname` FROM `" . $config["prefix"] . "article_categories` WHERE `active`='true'") or die($db->error());
|
||||
while($row=$db->fetch_array($resultk)){
|
||||
$navs[]=$row;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue