# HG changeset patch # User Franck Deroche # Date 1274196569 0 # Node ID af6627970bc4ec2babaab7a9a1d58632a1c6a3cb # Parent f817d2a5cc0a4dc7e7de37c173ca9854bf8cc19f DnD: Don't redefine properties that belongs to system.module diff -r f817d2a5cc0a -r af6627970bc4 dnd.module --- a/dnd.module Mon Apr 19 10:35:02 2010 +0000 +++ b/dnd.module Tue May 18 15:29:29 2010 +0000 @@ -43,10 +43,6 @@ function dnd_elements() { $type = array(); $type['textarea'] = array( - '#input' => TRUE, - '#cols' => 60, - '#rows' => 5, - '#resizable' => TRUE, '#dnd-enabled' => FALSE, '#dnd-settings' => NULL, '#process' => array('form_expand_ahah', 'dnd_process_textarea'),