Updated to latest version of CMS
This commit is contained in:
parent
ccdf8fbb81
commit
edf41b1198
76 changed files with 465 additions and 1162 deletions
|
@ -24,7 +24,7 @@
|
|||
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
||||
* @version $Id$
|
||||
*/
|
||||
If (!defined("in_BL_ADMIN")) {
|
||||
If (!defined("IN_BCWE_ADMIN")) {
|
||||
die("Dieses Script kann nicht ausserhalb des Frameworks laufen!");
|
||||
}
|
||||
$session->page_begin("add Text", True);
|
||||
|
@ -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