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