diff --git a/acp/portal_module.php b/acp/portal_module.php index eb7ed658..b1ab4060 100644 --- a/acp/portal_module.php +++ b/acp/portal_module.php @@ -470,7 +470,7 @@ class portal_module $sql = 'SELECT module_order FROM ' . PORTAL_MODULES_TABLE . ' - WHERE module_column = ' . $add_column . ' + WHERE module_column = ' . (int) $add_column . ' ORDER BY module_order DESC'; $result = $this->db->sql_query_limit($sql, 1); $module_order = 1 + (int) $this->db->sql_fetchfield('module_order'); diff --git a/adm/style/portal/acp_portal_calendar.html b/adm/style/portal/acp_portal_calendar.html index ab3e990e..f703502a 100644 --- a/adm/style/portal/acp_portal_calendar.html +++ b/adm/style/portal/acp_portal_calendar.html @@ -80,7 +80,7 @@ -
diff --git a/adm/style/portal/acp_portal_links.html b/adm/style/portal/acp_portal_links.html index 80d57713..8fb0934c 100644 --- a/adm/style/portal/acp_portal_links.html +++ b/adm/style/portal/acp_portal_links.html @@ -64,7 +64,7 @@ -