This:
drupal_set_message(t('Salesforce export queue processed.');
Should be this:
drupal_set_message(t('Salesforce export queue processed.');
This:
drupal_set_message(t('Salesforce export queue processed.');
Should be this:
drupal_set_message(t('Salesforce export queue processed.');
Comments
Comment #1
amariotti commentedWoops.
This is what it should be. :)
Comment #2
kostajh commentedThanks, fixed in -dev and will tag a new alpha release for this too.
Comment #3
TimAlsop commentedI downloaded latest -dev release and this fix is not included. Is the new dev release on the ftp server ?
Comment #4
kostajh commentedHere's the commit: http://drupalcode.org/project/salesforce.git/commit/14b277f. Try cloning the project with Git or download 6.x-2.0-alpha6.
Comment #5
TimAlsop commentedWhen I visit /admin/reports/updates/list it tells me there is a new -dev release. I click download, I install it and the fix described in this issue is not applied.