ltwCalendar
by Matt Wade
http://codewalkers.com/

Release v3.0 (This release provided by Tom Levandusky.)
------------
1)You can now specify Meeting categories and their display colors.
2)Meetings now show their Starting time, unless "All Day Event" is chosen.
3)The correct next month is displayed when the date is the 31st of a month
  and the next month has less than 31 days.
4)The header & footer filenames are now config parameters, making it easier
  to integrate the calendar into an overall site.
5)Renamed install.php to ltw_install.php
6)Default starting & ending times can be set for the meeting creation
  form

Release v2.2
------------
You can now use <b>,<i>, and <a> tags in descriptions
Current month now pulls from month array set in config file. Was overlooked.


Release v2.1
------------
Added backwards compatibility for pre4.1.0 PHP versions
Spiced up the installer a bit
When clicking on Add Event at the bottom of the calendar, it now defaults to todays date


Release v2.0
-------------
Moved to CSS for all formatting.
You can now have any text you want for the month names and day names.
Changed over to $_POST variables. This may cause the calendar to not function on older PHP installations.
Added an edit option. To edit an event, go the event in the popup screen and click edit.
made some addslashes and stripslashes calls to tighten things up.
fixed bug where time was not being stored.


Release v1.5
-------------
Fixed table creation errors. (Renamed some columns)
Added config value for table names. You can now name tables whatever you want.
Added an install script.


Release v1.02
-------------
Minor bug fixes.
Basically just fixed some more undefined variables.


Release v1.01
--------------
Minor bug fixes.
Basically just fixed some undefined variables.


Release v1.0
------------
First release.
Just seeing how the public likes it.

