mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
Testing.
This commit is contained in:
parent
ff6ed72064
commit
ecf4ef49a1
1 changed files with 1 additions and 2 deletions
|
@ -198,12 +198,11 @@
|
|||
if (((!is_int ($year)) || $year < 2000)) {
|
||||
$year = date ('Y', time ());
|
||||
}
|
||||
$year =- 2000;
|
||||
|
||||
if ($month < 1 || $month > 12) {
|
||||
$month = date ('m', time ());
|
||||
}
|
||||
$date = "$year-$month";
|
||||
$date = "00-01";
|
||||
|
||||
if (sqlAvail) {
|
||||
$conn = @mysql_pconnect (sqlHost, sqlUser, sqlPass);
|
||||
|
|
Loading…
Reference in a new issue