Closed (fixed)
Project:
Views content cache
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2012 at 14:16 UTC
Updated:
30 Apr 2012 at 19:40 UTC
Hi,
Thanks for a great module. Unfortunately I'm a linux/unix/patching-noob, so I'll just post it as is:
On line 180 of views_content_cache.module it says:
$where= "{$key_id} IN :{$key_id}";
which fails when more than one value is specified. With only preliminary testing, it should read:
$where= "{$key_id} IN (:{$key_id})";
Hope it helps.
-Peter
Comments
Comment #1
MeDAN commentedThanks joelving!
I also had the same problem and this helped me. Thanks again ;)
Comment #2
steven jones commentedThanks for the bug report, added to 7.x-3.x.
Comment #3.0
(not verified) commentedAdded code-tags.