recordAssociationsSupport(
byte[] association_hash,
SubscriptionImpl[] subscriptions,
boolean full_lookup )
{
PluginInterface pi = PluginInitializer.getDefaultInterface();
boolean download_found = false;
boolean changed = false;
try{
Download download = pi.getDownloadManager().getDownload( association_hash );
if ( download != null ){
if ( subscriptions.length > 0 ){