PDA

View Full Version : NoOld stopped working


robr3004
11-16-2010, 09:37 PM
I haven't made any changes to my calendar but recently the page that I have setup to use List Mode is showing old events even though the NoOld setting is set.

Here is a link to the page with List Mode:

http://www.tomsriverfire.com/

As you can see, or at least what I can see, there are two events from October. I checked the events and they are for the year 2010 and not events for 2011.

Here is the code I used to call the list mode:

<?php
$LIST=1;
$showCat="2";
$epcListMouseover = "1";
$DF = "M d";
$listEvents = 5;
$listWeeks = 52;
$noOld = 1;
$template="home page.php";
require ("communications/calendar/calendar.php");
?>

Is there something I am missing here?

ve9gra
11-16-2010, 09:40 PM
Still working just fine. If you hover over the description (not the date), you'll clearly see that the two Oct events are listed for 2011...

Possible someone inadvertently set it up with a recurrence?

robr3004
11-16-2010, 11:01 PM
Thanks for the quick response. When I looked at the event to check the date I did it from the TOC mode which doesn't indicate it's a reoccurring event.