From 9fcf1dbc8bdd8b311f0b59ad8d3d80e0d69ef830 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 29 Oct 2009 17:55:35 -0400 Subject: [PATCH] func_replace doesn't seem to be needed/used by any _attach() methods. --- framework/Ajax/lib/Horde/Ajax/Imple/AutoCompleter.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/framework/Ajax/lib/Horde/Ajax/Imple/AutoCompleter.php b/framework/Ajax/lib/Horde/Ajax/Imple/AutoCompleter.php index 95dd7c19a..691cf12d6 100644 --- a/framework/Ajax/lib/Horde/Ajax/Imple/AutoCompleter.php +++ b/framework/Ajax/lib/Horde/Ajax/Imple/AutoCompleter.php @@ -38,10 +38,7 @@ abstract class Horde_Ajax_Imple_AutoCompleter extends Horde_Ajax_Imple_Base '"' . $this->_params['triggerId'] . '"' ); - $config = $this->_attach(array( - 'func_replace' => array(), - 'tokens' => array(',', ';') - )); + $config = $this->_attach(array('tokens' => array(',', ';'))); if (isset($config['ajax'])) { Horde::addScriptFile('autocomplete.js', 'horde'); -- 2.11.0