Closed (won't fix)
Project:
Date
Version:
5.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2008 at 19:27 UTC
Updated:
5 Sep 2008 at 13:00 UTC
in date_views.inc , the function _date_views_argument_range_handler
find:
$fieldinfo['fieldname'] = 'range';
change to:
$fieldinfo['fieldname'] = '`range`';
or please change other field name and other codes.
This fix only for mysql database.
Comments
Comment #1
karens commentedI'm not making changes to the 5.1 version. I'm officially recommending you move to the 5.2 version now. If you have problems in that version you can check for existing issues or add new ones. Feature requests are now getting posted to the D6 version to be back-ported to 5.2.
This probably doesn't apply to the 5.2 version.