This commit is contained in:
Jeff Teunissen 2001-05-06 02:59:09 +00:00
parent ff6ed72064
commit ecf4ef49a1

View file

@ -198,12 +198,11 @@
if (((!is_int ($year)) || $year < 2000)) {
$year = date ('Y', time ());
}
$year =- 2000;
if ($month < 1 || $month > 12) {
$month = date ('m', time ());
}
$date = "$year-$month";
$date = "00-01";
if (sqlAvail) {
$conn = @mysql_pconnect (sqlHost, sqlUser, sqlPass);