[Php-calendar-discussion] Two small things
Brought to you by:
sproctor
From: Nathan B. <na...@sl...> - 2005-01-14 22:10:03
|
Many thanks to Sean for php-calendar. I recently installed version 0.10.1. Clean, simple to use, and just what I needed. A very nice tool. I noticed two things: 1. On install I accepted the default for the table name prefix (phpc_) but the uid table does not get the prefix. If I had been adding these to an existing database it seems a likely conflict with a pre-existing table. mysql> show tables; +--------------------+ | Tables_in_calendar | +--------------------+ | phpc_calendars | | phpc_events | | phpc_sequence | | phpc_users | | uid | +--------------------+ 5 rows in set (0.00 sec) 2. A very small thing. When adding a new event to the calendar there is a drop down box for selecting AM or PM. It seems counter intuitive to me that PM is selected by default, since AM comes before PM. I've had a couple of users make the mistake of scheduling an event late at night by assuming that AM is the default. Thanks again. We are already getting a lot of use out of this program. -Nathan |