Skip to content

Commit

Permalink
Fix lots of typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Aug 31, 2009
1 parent 6d393fe commit baadf9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/upgrades/upgrade_7.7.18-7.7.19.pl
Expand Up @@ -36,7 +36,7 @@ BEGIN
addInboxSmsNotificationTemplateIdSetting($session);
upgradeJSONDatabaseFields($session);
moveCalendarFeedsToJSON($session);
addEmsScheduleColumnsDefaultValue($session)
addEmsScheduleColumnsDefaultValue($session);
finish($session); # this line required

#----------------------------------------------------------------------------
Expand All @@ -53,7 +53,7 @@ sub addEmsScheduleColumnsDefaultValue {
my $session = shift;
print "\tAdding default value for EMS Schedule Columns per Page..." unless $quiet;

$session->db->write( 'UPDATE TABLE EventManagementSystem set scheduleColumnsPerPage=5 where scheduleColumnsPerPage IS NULL' );
$session->db->write( 'UPDATE EventManagementSystem set scheduleColumnsPerPage=5 where scheduleColumnsPerPage IS NULL' );

print "Done\n" unless $quiet;

Expand Down

0 comments on commit baadf9c

Please sign in to comment.