Remove extra newline from upgrade notice.
This commit is contained in:
parent
ef51fdd426
commit
6f646f8a07
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ finish($session); # this line required
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
sub addEMSEnhancements {
|
sub addEMSEnhancements {
|
||||||
my $session = shift;
|
my $session = shift;
|
||||||
print "\tAdding EMS Enhancements, if needed... \n" unless $quiet;
|
print "\tAdding EMS Enhancements, if needed... " unless $quiet;
|
||||||
my $sth = $session->db->read('describe EventManagementSystem printRemainingTicketsTemplateId');
|
my $sth = $session->db->read('describe EventManagementSystem printRemainingTicketsTemplateId');
|
||||||
if (! defined $sth->hashRef) {
|
if (! defined $sth->hashRef) {
|
||||||
$session->db->write("alter table EventManagementSystem add column printRemainingTicketsTemplateId char(22) not null default 'hreA_bgxiTX-EzWCSZCZJw' after printTicketTemplateId");
|
$session->db->write("alter table EventManagementSystem add column printRemainingTicketsTemplateId char(22) not null default 'hreA_bgxiTX-EzWCSZCZJw' after printTicketTemplateId");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue