make 7.8.0-7.8.1 more quiet
This commit is contained in:
parent
df82253967
commit
c3d25bc5a0
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ sub removeSQLFormTables {
|
||||||
my $tablesUsed = $session->db->quickScalar("select count(*) from asset where className='WebGUI::Asset::Wobject::SQLForm'");
|
my $tablesUsed = $session->db->quickScalar("select count(*) from asset where className='WebGUI::Asset::Wobject::SQLForm'");
|
||||||
if (!$tablesUsed) {
|
if (!$tablesUsed) {
|
||||||
$session->db->write('DROP TABLE IF EXISTS SQLForm_fieldOrder');
|
$session->db->write('DROP TABLE IF EXISTS SQLForm_fieldOrder');
|
||||||
print "\n\t\tSQL Form not used, dropping table...";
|
print "\n\t\tSQL Form not used, dropping table..." unless $quiet;
|
||||||
}
|
}
|
||||||
print "Done.\n" unless $quiet;
|
print "Done.\n" unless $quiet;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue