diff --git a/lib/news.php b/lib/news.php index 6b4a094..e8768ff 100644 --- a/lib/news.php +++ b/lib/news.php @@ -204,7 +204,7 @@ } $date = sprintf ("%02d-%02d", $year - 2000, $month); - echo $date; + echo $year . $date; if (sqlAvail) { $conn = @mysql_pconnect (sqlHost, sqlUser, sqlPass);