--- uc_product/uc_product.admin.inc Thu May 7 15:52:29 2009 +++ uc_product/uc_product.admin.inc.new Thu May 28 01:52:48 2009 @@ -101,8 +101,10 @@ function uc_product_settings_form() { if (empty($options)) { $options[NULL] = 'No image widgets installed.'; } - - $options['none'] = "Don't use any image widgets."; + else { + // If we have widgets installed, add option to not use any of them + $options['none'] = "Don't use any image widgets."; + } $form['uc_product_image_widget'] = array( '#type' => 'radios',