Project

General

Profile

« Previous | Next » 

Revision 019d69fa

Added by Andreas Kohlbecker almost 2 years ago

ref #9659 ext_links appaearance option

View differences:

modules/cdm_dataportal/ext_links/ext_links.install
75 75
      ->condition('name', "ext_links_" . $ext_link->id . '_%', 'LIKE')
76 76
      ->execute();
77 77
  }
78
  variable_set('ext_links_appearance_grouped', variable_get('ext_links_options', 0) != 1 ? 1 : 0 );
79
  variable_del('ext_links_options');
78 80
}
79 81

  
80 82
/**

Also available in: Unified diff