You are here

function advpoll_update_7007 in Advanced Poll 7.3

Fix variable name for coding standards.

File

./advpoll.install, line 864
Install file for Advanced Poll.

Code

function advpoll_update_7007() {
  $method = variable_get('percentage_rounding_method', 'round');
  variable_set('advpoll_percentage_rounding_method', $method);
  variable_del('percentage_rounding_method');
}