Project

General

Profile

« Previous | Next » 

Revision 661b79ac

Added by Andreas Kohlbecker over 11 years ago

update function: reset edit_map_server variable

View differences:

7.x/modules/cdm_dataportal/cdm_dataportal.install
26 26
    ->execute();
27 27
}
28 28

  
29
/*
30
 * update funktions:
31
 *
32
 * - 1 digit for Drupal core compatibility.
33
 * - 1 digit for your module's major release version (e.g., is this the 7.x-1.* (1) or 7.x-2.* (2) series of your module?). This digit should be 0 for initial porting of your module to a new Drupal core API.
34
 * - 2 digits for sequential counting, starting with 00.
35
 */
36

  
37
/**
38
 * update function for RELEASE 3.13
39
 */
40
function cdm_dataportal_update_7301() {
41
  // reset edit_map_server variable to default
42
  variable_del('edit_map_server');
43
}
44

  
29 45
/**
30 46
 * @todo Please document this function.
31 47
 * @see http://drupal.org/node/1354
......
81 97
   */
82 98
  return _create_variable($name, $value_override);
83 99
}
100

  
101

  

Also available in: Unified diff