From 9e376f4fbed3d3f7c3262893921337f3721638cd Mon Sep 17 00:00:00 2001 From: Nathan Haug Date: Wed, 27 Apr 2011 00:15:08 -0600 Subject: [PATCH 1/1] Issue #969694: Removing obsolete warning about devel_themer module. --- filefield.module | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/filefield.module b/filefield.module index 800acc8..d697d53 100644 --- a/filefield.module +++ b/filefield.module @@ -304,10 +304,6 @@ function filefield_widget_settings($op, $widget) { * Implementation of hook_widget(). */ function filefield_widget(&$form, &$form_state, $field, $items, $delta = 0) { - if (module_exists('devel_themer') && (user_access('access devel theme information') || user_access('access devel information'))) { - drupal_set_message(t('Files may not be uploaded while the Theme Developer tool is enabled. It is highly recommended to disable this module unless it is actively being used.', array('!url' => url('admin/build/modules'))), 'error'); - } - // CCK doesn't give a validate callback at the field level... // and FAPI's #require is naive to complex structures... // we validate at the field level ourselves. -- 1.7.4.1