Posted by pc-wurm on February 28, 2013 at 11:28pm
1 follower
| Project: | Date |
| Version: | 8.x-1.x-dev |
| Component: | Date API |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
I just installed Date module onto latest Drupal 8 dev. It gave me an error indicating that the function date_increment_round() was already declared in core module datetime on the file datetime.module at the line 1039.
I have just removed the function declaration on the file date/date_api/date_api.module on the line 605 and the error is gone.
Comments
#1
Here is the patch file.