Preparing for 7.4.8 release.

This commit is contained in:
Graham Knop 2007-09-27 08:56:11 +00:00
parent 21b37954c4
commit 9d32cefb09
3 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -36,6 +36,7 @@ finish($session); # this line required
#-------------------------------------------------
sub addEventTimeZone {
my $session = shift;
print "\tAdding timeZone to Events.\n" unless $quiet;
$session->db->write("alter table Event add column timeZone varchar(255) binary default 'UTC'");
}

View file

@ -1,7 +1,7 @@
package WebGUI;
our $VERSION = "7.4.8";
our $STATUS = "beta";
our $STATUS = "stable";
=head1 LEGAL