DBFM 3.4 has been modified to add support Drupal installation with table prefixes.
However calls to the 'db_prefix_tables' do not work in 3.4 because they do use the correct curly braces syntax.

Code in 3.4 is:
db_prefix_tables("dbfm_data");

When it should be:
db_prefix_tables("{dbfm_data}");

Comments

geoff_eagles’s picture

Thanks v.much for that! I wondered why it wasn't working!! Most appreciated.

geoff_eagles’s picture

Status: Active » Closed (fixed)

This has now been corrected. Will probably be in 5.x-3.5