Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2010 at 00:32 UTC
Updated:
16 Aug 2010 at 13:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
bojanz commentedThis should do it.
Grepped the source, that was the only vpr() call left.
Saw vsm() used in the same context (in views.module, line 855), hence the patch.
Comment #2
dawehnerSorry this is wrong.
This is the old d6 code:
So what should be used here is "debug()"
I did this and commited it