diff --git a/config/dates.php b/config/dates.php index dfae213..78ffd19 100644 --- a/config/dates.php +++ b/config/dates.php @@ -31,6 +31,11 @@ ,"important_dates" ); +$q=mysql_query("SELECT * FROM dates WHERE year='-1'"); +while($r=mysql_fetch_object($q)) { + $defaultdates[$r->name]=$r; +} + ?>