mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
blah.
This commit is contained in:
parent
547a2ad71d
commit
11b8be104e
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@
|
|||
}
|
||||
|
||||
$date = sprintf ("%02d-%02d", $year - 2000, $month);
|
||||
echo $date;
|
||||
echo $year . $date;
|
||||
|
||||
if (sqlAvail) {
|
||||
$conn = @mysql_pconnect (sqlHost, sqlUser, sqlPass);
|
||||
|
|
Loading…
Reference in a new issue