Browse Source

- Fixed yacc file

PEAR_1_4DEV
Derick Rethans 23 years ago
parent
commit
6644d38e35
  1. 1
      ext/standard/parsedate.y

1
ext/standard/parsedate.y

@ -391,6 +391,7 @@ iso8601datetime: iso8601date tTZONE iso8601time
((struct date_yy *)parm)->yyMonth = 1;
}
}
;
iso8601date: tUNUMBER tSNUMBER tSNUMBER {
/* ISO 8601 format. yyyy-mm-dd. */

Loading…
Cancel
Save