1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00

- MFH: Fixed bug #33013: "next month" was handled wrong.

This commit is contained in:
Derick Rethans
2005-05-20 11:14:01 +00:00
parent 00b89e2d34
commit 2e0caa5f5f
+1 -1
View File
@@ -635,7 +635,7 @@ static TABLE const OtherTable[] = {
{ "now", tDAY_UNIT, 0 },
{ "last", tUNUMBER, -1 },
{ "this", tUNUMBER, 0 },
{ "next", tUNUMBER, 2 },
{ "next", tUNUMBER, 1 },
{ "first", tUNUMBER, 1 },
/* { "second", tUNUMBER, 2 }, */
{ "third", tUNUMBER, 3 },