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
Comment #1
geoff_eagles commentedThanks v.much for that! I wondered why it wasn't working!! Most appreciated.
Comment #2
geoff_eagles commentedThis has now been corrected. Will probably be in 5.x-3.5