Merged from MOODLE_18_STABLE
'delete' => 'xmldb',
'reservedwords' => 'xmldb',
'test' => 'xmldb',
- 'gotolastused' => 'xmldb'
+ 'gotolastused' => 'xmldb',
+ 'checkindexes' => 'xmldb'
));
}
$b .= ' <a href="index.php?action=view_reserved_words">[' . $this->str['reservedwords'] . ']</a>';
/// The test button
$b .= ' <a href="index.php?action=test">[' . $this->str['test'] . ']</a>';
+ /// The check indexes button
+ $b .= ' <a href="index.php?action=check_indexes">[' . $this->str['checkindexes'] . ']</a>';
$b .= '</p>';
/// Send buttons to output
$o .= $b;