From d5c2275c96777232ba25b581fdae1ea73685a2e5 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Mon, 9 Nov 2009 18:02:27 -0600 Subject: [PATCH] make the upgrade shut up --- docs/upgrades/upgrade_7.8.4-7.8.5.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_7.8.4-7.8.5.pl b/docs/upgrades/upgrade_7.8.4-7.8.5.pl index 22ab768ad..897338a92 100644 --- a/docs/upgrades/upgrade_7.8.4-7.8.5.pl +++ b/docs/upgrades/upgrade_7.8.4-7.8.5.pl @@ -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); } }