Possible bug in 5.7?
Hello,
Just installed the script.
Running flat file database. Pretty basic page, everything is working fine except the listings module.
I have the following code:
<?php
$LIST=1;
$DF = "D - M d";
$template="monthly2.php";
require ("showCalendar.php");
?>
For January, I have 0 events, but for February, I have several, for March, none.
There are four recurring events that are in February that always show up in the listings module for January as well as February. They all occur on Feb 1st & Feb 2nd. I think something is wrong with the cutoff for January where it is placing events in both January and February listings module when they all occur in February.
Any ideas how to fix this? Let me know if you need the URL and I will send it privately.
Thank you!
Sally
|