some comment cleanups

This commit is contained in:
Graham Knop 2008-09-15 21:51:46 +00:00
parent 6278278508
commit 1e54cf0458
8 changed files with 10 additions and 14 deletions

View file

@ -382,7 +382,7 @@ sub www_importProducts {
}
else {
$status_message = $i18n->get('import successful');
##Copy and paste from Asset.pm, www_editSave
##Copy and paste from WebGUI::Asset, www_editSave
if ($self->session->setting->get("autoRequestCommit")) {
# Make sure version tag hasn't already been committed by another process
my $versionTag = WebGUI::VersionTag->getWorking($self->session, "nocreate");