when I add an ad it {ads} table, the field "adstatus" is set to "actiu" (I use drupal in Catalan); but when addserve try to find ads it use "...adstatus = 'active'..." so no ads where shown.

Maybe a way to correct this is using t('active') in SQL
but I think the correct way is saving it always as "active" (or any other option in English) in database

Comments

jeremy’s picture

Assigned: Unassigned » jeremy
Status: Active » Fixed

Thanks for catching this bug. It is now fixed in both the 4.7.x and 5.x development trees.

Anonymous’s picture

Status: Fixed » Closed (fixed)