Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2011 at 15:38 UTC
Updated:
7 Jun 2011 at 21:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerThanks.
Feel free to create a patch next time.
Commited to 6.x-3.x and 7.x-3.x
Comment #3
bojanz commentedThis problem was born because someone defined "trim" twice instead of "trim" and "trim_whitespace".
Now we have "trim_whitespace", but trim is still there twice.
So, let's fix that :)
Patch applies to both 6.x-3.x and 7.x-3.x
Comment #4
dawehnerThanks. Commited to 7.x-3.x and 6.x-3.x