--- modules/advpoll/advpoll-orig.module 2007-08-06 14:15:01.000000000 -0700 +++ modules/advpoll/advpoll.module 2007-08-06 14:09:35.000000000 -0700 @@ -1,5 +1,5 @@ $enabled, ); + $form['main']['advpoll_ip_detect'] = array( + '#type' => 'checkbox', + '#title' => t('IP address blocking.'), + '#description' => t('Stop the same IP address from voting multiple times on a poll.'), + '#default_value' => variable_get('advpoll_ip_detect', ADVPOLL_DEFAULT_DETECT_IP), + ); + $view_results = array( 'always' => t('Always'), 'aftervote' => t('After user has voted'),