|
@@ -13,7 +13,7 @@
|
|
|
|
|
|
function template_maintain_database()
|
|
|
{
|
|
|
- global $context, $settings, $options, $txt, $scripturl, $db_type, $modSettings;
|
|
|
+ global $context, $options, $txt, $scripturl, $db_type, $modSettings;
|
|
|
|
|
|
|
|
|
if (!empty($context['maintenance_finished']))
|
|
@@ -104,7 +104,7 @@ function template_maintain_database()
|
|
|
|
|
|
function template_maintain_routine()
|
|
|
{
|
|
|
- global $context, $settings, $options, $txt, $scripturl, $modSettings;
|
|
|
+ global $context, $options, $txt, $scripturl, $modSettings;
|
|
|
|
|
|
|
|
|
echo '
|
|
@@ -537,7 +537,7 @@ function template_maintain_topics()
|
|
|
|
|
|
function template_optimize()
|
|
|
{
|
|
|
- global $context, $settings, $options, $txt, $scripturl;
|
|
|
+ global $context, $options, $txt, $scripturl;
|
|
|
|
|
|
echo '
|
|
|
<div id="manage_maintenance">
|
|
@@ -569,7 +569,7 @@ function template_optimize()
|
|
|
|
|
|
function template_convert_utf8()
|
|
|
{
|
|
|
- global $context, $txt, $settings, $scripturl;
|
|
|
+ global $context, $txt, $scripturl;
|
|
|
|
|
|
echo '
|
|
|
<div id="manage_maintenance">
|
|
@@ -607,7 +607,7 @@ function template_convert_utf8()
|
|
|
|
|
|
function template_convert_entities()
|
|
|
{
|
|
|
- global $context, $txt, $settings, $scripturl;
|
|
|
+ global $context, $txt, $scripturl;
|
|
|
|
|
|
echo '
|
|
|
<div id="manage_maintenance">
|
|
@@ -627,7 +627,7 @@ function template_convert_entities()
|
|
|
|
|
|
function template_convert_msgbody()
|
|
|
{
|
|
|
- global $context, $txt, $settings, $scripturl;
|
|
|
+ global $context, $txt, $scripturl;
|
|
|
|
|
|
echo '
|
|
|
<div id="manage_maintenance">
|