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

MeDAN’s picture

Thanks joelving!

I also had the same problem and this helped me. Thanks again ;)

steven jones’s picture

Status: Active » Fixed

Thanks for the bug report, added to 7.x-3.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Added code-tags.