This commit is contained in:
Jeff Teunissen 2001-05-06 03:07:07 +00:00
parent 547a2ad71d
commit 11b8be104e

View file

@ -204,7 +204,7 @@
}
$date = sprintf ("%02d-%02d", $year - 2000, $month);
echo $date;
echo $year . $date;
if (sqlAvail) {
$conn = @mysql_pconnect (sqlHost, sqlUser, sqlPass);