Trying to update the webform module from 6.x-2.0-beta2 to 6.x-2.0-beta5, the update process fails because the &&-Operator is not valid with PostgreSQL. I changed it to the following in webform.install:

define('WEBFORM_VERSION', db_result(db_query("SELECT schema_version FROM {system} WHERE type = 'module' AND name = 'webform'")));

Comments

quicksketch’s picture

Status: Needs review » Fixed

Thanks, sometimes that PHP nature in me slips into SQL. Fixed in the 6.x branch.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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