mirror of
https://git.code.sf.net/p/quake/website
synced 2024-12-02 17:12:20 +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);
|
$date = sprintf ("%02d-%02d", $year - 2000, $month);
|
||||||
echo $date;
|
echo $year . $date;
|
||||||
|
|
||||||
if (sqlAvail) {
|
if (sqlAvail) {
|
||||||
$conn = @mysql_pconnect (sqlHost, sqlUser, sqlPass);
|
$conn = @mysql_pconnect (sqlHost, sqlUser, sqlPass);
|
||||||
|
|
Loading…
Reference in a new issue