1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

More notice removal

This commit is contained in:
Tijn Kuyper
2012-12-08 13:52:05 +01:00
parent bb13386eb3
commit 5290bb8ea4
36 changed files with 134 additions and 130 deletions

View File

@@ -307,13 +307,13 @@ if (isset($_POST['frsubmit']))
}
if ($delete == 'main') {
if (vartrue($delete) == 'main') {
if ($e107->sql->db_Delete('forum', "forum_id='$del_id' ")) {
$forum->show_message(FORLAN_96);
}
}
if ($action == 'create')
if (vartrue($action) == 'create')
{
if ($e107->sql->db_Select('forum', '*', "forum_parent='0' "))
{
@@ -390,7 +390,7 @@ if ($delete == 'reported')
if (!e_QUERY || $action == 'main')
{
$forum->show_existing_forums($sub_action, $id);
$forum->show_existing_forums(vartrue($sub_action), vartrue($id));
}
//$forum->show_options($action);