// check a user setting to see whether the database plugin
// should be started. If the user doesn't have a value for the
// setting, only start the plugin for team dashboard datasets.
if (Settings.getBool("tpidw.enabled", Settings.isTeamMode())) {
plugin.initialize();
data.addGlobalDefineDeclarations("#define DATABASE_PLUGIN t");
return true;
}
} catch (Exception e) {