setHelp not used anymore, clean up tests

This commit is contained in:
Graham Knop 2007-09-21 02:30:12 +00:00
parent eaf73a976e
commit f8781fede9
7 changed files with 4 additions and 8 deletions

View file

@ -525,7 +525,6 @@ sub www_manageRevisions {
}
$sth->finish;
$output .= '</table>';
$ac->setHelp('manage versions','Asset');
return $ac->render($output,$i18n->get("committed versions", "VersionTag").": ".$self->getTitle);
}