From ff6aced626a38128ff381fecf36f402d911f8aa5 Mon Sep 17 00:00:00 2001 From: Fabio Varesano Date: Sun, 16 Jul 2006 10:06:53 +0000 Subject: Removed an unused setting. (uploadable extensions) --- plugins/video_upload/video_upload.module | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/video_upload/video_upload.module b/plugins/video_upload/video_upload.module index 7008690..7b60ef4 100644 --- a/plugins/video_upload/video_upload.module +++ b/plugins/video_upload/video_upload.module @@ -39,13 +39,6 @@ function video_upload_settings() { '#description' => t('Check this if your users must only submit videos through uploading. This disables path insertion.'), '#default_value' => variable_get('video_upload_override_vidfile', false), ); - $form['video_upload_uploadable_extensions'] = array( - '#type' => 'textfield', - '#title' => t('uploadable extensions'), - '#description' => t('Insert here a comma separated list of extensions you want to enable for upload.'), - '#default_value' => variable_get('video_upload_uploadable_extensions', ''), - ); - return $form; } -- cgit v1.2.3