HTML form variable 'summary' was used in two
authorArt Cancro <ajc@citadel.org>
Thu, 25 Oct 2007 19:53:48 +0000 (19:53 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 25 Oct 2007 19:53:48 +0000 (19:53 +0000)
commit4ea562633e7454d0adfa7fef991a91fb184c71af
tree411240546e3c2f830edf42a2d31e669be8b5d9de
parent7a5dffa845faf97f684e24a6a722a5390df5fec5
HTML form variable 'summary' was used in two
different places: for the summary description of a calendar
event, and for a flag to tell the message reading loop to
display a mailbox summary view.  As a result, if an event
summary began with a number, and the number was not zero,
the flag would be set, causing a mailbox summary to appear
instead of the calendar after save/cancel.   Renamed the
latter variable to 'is_summary' to remove the conflict.
webcit/calendar_view.c
webcit/event.c
webcit/messages.c