Don't Understand Coder's Notes for a Calendar - Unique #
Posted: Sun Aug 31, 2008 11:38 pm
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
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