The problem is quite simple.. the queries are not working for Posgres because they use " instead of ' on the string literals.

One posible solution is to replace " with \' o the block_class.module file.

Comments

todd nienkerk’s picture

Status: Active » Closed (duplicate)