Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
2 bugfixes. 1) query builder needs to surround the "between" argument with parenthesis. 2) blocks now uses the correct var name to check for "All." 2 refactors. 1) remove old "rtid" => ## syntax in the invite module when loading a type. 2) break out of "switch" early if $account == $viewer in the _user hook.
- 189093 fix elusive bug that caused some CCK Views arguments to disappear in certain configurations.
- Fix call by reference errors.
- 197563 fix re-named function in date_views.
- 189093 rework way includes are handled to try to ensure the right functions are available at the right time.
- 192349 support both 'n' and 'm' formats for month input formats.
- 188340 add field info to date_views_date_range.
- 189591 add more checks for whether Views is enabled before calling Views functions.