slight bugfix.

This commit is contained in:
Matthew Wilson 2005-02-22 03:03:34 +00:00
parent decab22c2f
commit c34ab5e3f6

View file

@ -424,7 +424,7 @@ Saves the event or a new (series of) event(s).
sub www_editSave {
my $self = shift;
my $object;
my $object = $self;
# Somebody please help me debug this... it was adding recurring events just fine; then
# I changed something and it stopped working... :( I suspect it has something to do
# with processPropertiesFromFormPost. It's as if $session{form}{recursEvery} always equals never.