The calendar works great and is fabulous. But I added to the same page another php program which accesses the same database (but different table) and now the list of events that appears below the calendar only shows the first letter of the Title. Everything else is fine including the mouseover which shows the entire Title. Coincidentally, my other table also has a field named Title.
Does anyone know -- do I have to have these two programs on separate pages or is there a way to have them both?
Your demo page works as expected, so there must be something on that page causing this problem. What's interesting is that the variable that prints the event title is unset before the script ever executes so it should be blank.
Additionally, if I look at the next month, one of the events shows up correctly?
There is no function to limit the length of the title string, so I don't know what may be causing this. Let me ponder on this a bit...
Brian, I just realized something. The only event on the calendar whose Title did not get cut off after the first letter is the Mass For Labor, a single event. All the other events are recurring. It must have something to do with that.