Skip to content

Commit

Permalink
Merge pull request #160 from dani/master
Browse files Browse the repository at this point in the history
Fix COALESCE
  • Loading branch information
c-schmitz committed Dec 19, 2013
2 parents c503657 + 6141bdc commit c830236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/update/updatedb_helper.php
Expand Up @@ -1184,7 +1184,7 @@ function db_upgrade_all($iOldDBVersion) {

function upgradeCPDBAttributeDefaultNames173()
{
$sQuery = "SELECT attribute_id,attribute_name,COALESCE (lang)
$sQuery = "SELECT attribute_id,attribute_name,COALESCE(lang)
FROM {{participant_attribute_names_lang}}
group by attribute_id, attribute_name
order by attribute_id";
Expand Down

0 comments on commit c830236

Please sign in to comment.