Here is the beginning of the code along with the coder's note.
I'm updating this calendar and don't understand what a unique number is in the context of "which isn't used anywhere."
Thanks for any clarification on this. The calendar has approx. 30 entries
<? # $Id: events.php,v 1.3 2005/10/01 16:34:26 jeff Exp $
# Define the events that are shown on the calendar.
#
# Each entry should begin with a unique number (which isn't used anywhere),
# and then contains an array with the following comma-delimited values:
#
# Date
# Name
# Location
# Web site URL
Don't Understand Coder's Notes for a Calendar - Unique #
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Don't Understand Coder's Notes for a Calendar - Unique #
I don't know whether "which isn't used anywhere" means not displayed or never used, but the ID is probably a unique database key -- the primary key for the table.
(#10850)