derick                                   Sun, 07 Mar 2010 13:05:11 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=295920

Log:
- Commit updated .re file as well for the "first day of" issue.

Changed paths:
    U   php/php-src/trunk/ext/date/lib/parse_date.re

Modified: php/php-src/trunk/ext/date/lib/parse_date.re
===================================================================
--- php/php-src/trunk/ext/date/lib/parse_date.re        2010-03-07 12:58:22 UTC 
(rev 295919)
+++ php/php-src/trunk/ext/date/lib/parse_date.re        2010-03-07 13:05:11 UTC 
(rev 295920)
@@ -931,8 +931,8 @@
 isoweekday       = year4 "-"? "W" weekofyear "-"? [0-7];
 isoweek          = year4 "-"? "W" weekofyear;
 exif             = year4 ":" monthlz ":" daylz " " hour24lz ":" minutelz ":" 
secondlz;
-firstdayof       = 'first day' ' of'?;
-lastdayof        = 'last day' ' of'?;
+firstdayof       = 'first day of'?;
+lastdayof        = 'last day of'?;
 backof           = 'back of ' hour24 space? meridian?;
 frontof          = 'front of ' hour24 space? meridian?;


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to