NoOld stopped working
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?
|