@@ -676,7 +676,7 @@ |
||
| 676 | 676 | } |
| 677 | 677 | |
| 678 | 678 | if (!function_exists('strptime')) { |
| 679 | - function strptime($date, $format) { |
|
| 679 | + function strptime($date, $format) { |
|
| 680 | 680 | $masks = array( |
| 681 | 681 | '%d' => '(?P<d>[0-9]{2})', |
| 682 | 682 | '%m' => '(?P<m>[0-9]{2})', |