diff --git a/admin/xmldb/actions/main_view/main_view.class.php b/admin/xmldb/actions/main_view/main_view.class.php index 921cb711b57..673cb885a0b 100644 --- a/admin/xmldb/actions/main_view/main_view.class.php +++ b/admin/xmldb/actions/main_view/main_view.class.php @@ -47,7 +47,8 @@ class main_view extends XMLDBAction { 'delete' => 'xmldb', 'reservedwords' => 'xmldb', 'test' => 'xmldb', - 'gotolastused' => 'xmldb' + 'gotolastused' => 'xmldb', + 'checkindexes' => 'xmldb' )); } @@ -84,6 +85,8 @@ class main_view extends XMLDBAction { $b .= ' [' . $this->str['reservedwords'] . ']'; /// The test button $b .= ' [' . $this->str['test'] . ']'; + /// The check indexes button + $b .= ' [' . $this->str['checkindexes'] . ']'; $b .= '

'; /// Send buttons to output $o .= $b;