--- /home/jowouters/cvs.drupal.org/contrib-5.x-1.x/modules/mollom/mollom.module	2008-04-11 04:38:40.000000000 +0200
+++ ./mollom.module	2008-04-20 11:58:36.000000000 +0200
@@ -661,10 +661,10 @@ function mollom_admin_settings() {
     $form['server']['mollom_fallback'] = array(
         '#type' => 'radios',
         '#title' => t('Fallback strategy'),
-        '#default_value' => variable_get('mollom_fallback', MOLLOM_STATUS_BLOCK), // we default to treating everything as inappropriate
+        '#default_value' => variable_get('mollom_fallback', MOLLOM_FALLBACK_BLOCK ), // we default to treating everything as inappropriate
         '#options' => array(
-          MOLLOM_STATUS_BLOCK => t('Block all submissions on the protected forms until the server problems are resolved'),
-          MOLLOM_STATUS_ACCEPT => t('Leave all forms unprotected and accept all submissions') 
+          MOLLOM_FALLBACK_BLOCK  => t('Block all submissions on the protected forms until the server problems are resolved'),
+          MOLLOM_FALLBACK_ACCEPT => t('Leave all forms unprotected and accept all submissions') 
          ),
         '#description' => t('In the event that Mollom stopped servicing your requests, i.e. because a certain usage quota was reached, your Drupal site will use the configured fallback strategy.  You can choose to blindly accept all submissions without spam checking, or you can choose to block all submissions until this problem is resolved.')
         );
