make the upgrade shut up

This commit is contained in:
Doug Bell 2009-11-09 18:02:27 -06:00
parent 7b810ec227
commit d5c2275c96

View file

@ -246,7 +246,7 @@ MBZK_LPVzqhb4TV4mMRTJg PBtmpl0000000000000088
$data->{isDefault} = 1;
}
if (scalar keys %{ $data }) {
print "\n\t\tUpdating ".$asset->getTitle." ... ";
print "\n\t\tUpdating ".$asset->getTitle." ... " unless $quiet;
$asset->update($data);
}
}