Posted by zoop_mf on June 10, 2007 at 2:56pm
| Project: | Monthly Archive |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
The month module uses MySQLisms, so it fails to work with PostgreSQL.
The attached patch makes it work with PostgreSQL as well.
Oh, and the patch also fixes the placement of the comma in "Month of XYZ , YYYY". The comma should not have a preceeding space.
| Attachment | Size |
|---|---|
| month-postgresql.patch | 1.62 KB |
Comments
#1
Commited allong with a code cleanup, thanks!
http://drupal.org/cvs?commit=70815
#2
#3
Getting closer, but the patch was not applied correctly and the current version still does not work with pgsql...
The attached patch fixes it.
#4