From 7d79bd5bb5097e5457ad40a65de953f8b1a82234 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 7 Jun 2010 13:09:29 +0000 Subject: don't extend input fields yet with ecml as it is not designed as an end user tool git-svn-id: http://code.elgg.org/elgg/trunk@6376 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/ecml/start.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/ecml/start.php b/mod/ecml/start.php index d2adeca63..598af0185 100644 --- a/mod/ecml/start.php +++ b/mod/ecml/start.php @@ -39,8 +39,8 @@ function ecml_init() { register_action('settings/ecml/save', FALSE, dirname(__FILE__) . '/actions/save_permissions.php', TRUE); // show ECML-enabled icon on free-text input areas - elgg_extend_view('input/longtext', 'ecml/input_ext', 0); - elgg_extend_view('input/plaintext', 'ecml/input_ext'); + //elgg_extend_view('input/longtext', 'ecml/input_ext', 0); + //elgg_extend_view('input/plaintext', 'ecml/input_ext'); //elgg_extend_view('input/text', 'ecml/input_ext'); // add parsing for core views. -- cgit v1.2.3