'unload' => 'xmldb',
'delete' => 'xmldb',
'reservedwords' => 'xmldb',
+ 'test' => 'xmldb',
'gotolastused' => 'xmldb'
));
}
$b = '<p align="center" class="buttons">';
/// The reserved_words button
$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>';
$b .= '</p>';
/// Send buttons to output
$o .= $b;