From: Michael J. Rubinsky Date: Thu, 29 Oct 2009 21:55:35 +0000 (-0400) Subject: func_replace doesn't seem to be needed/used by any _attach() methods. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9fcf1dbc8bdd8b311f0b59ad8d3d80e0d69ef830;p=horde.git func_replace doesn't seem to be needed/used by any _attach() methods. --- 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');