diff --git a/htdocs/lib/ajax.lib.php b/htdocs/lib/ajax.lib.php index fb8f6a56a49..d2a950749d3 100644 --- a/htdocs/lib/ajax.lib.php +++ b/htdocs/lib/ajax.lib.php @@ -24,61 +24,6 @@ * \version $Id$ */ -/** - * - * Enter description here ... - * @deprecated - */ -function ajax_indicator($htmlname,$indicator='working') -{ - $script.=''; - return $script; -} - -/** - * \brief Get value of a field, do Ajax process and show result - * \param htmlname Name and id of field - * \param keysearch Optional field to filter - * \param url Full relative URL of page - * \param option champ supplementaire de recherche dans les parametres - * \param indicator Nom de l'image gif sans l'extension - * \return string script complet - * @deprecated - */ -function ajax_updater($htmlname,$keysearch,$url,$option='',$indicator='working') -{ - $script = ''; - if ($indicator) $script.=ajax_indicator($htmlname,$indicator); - $script.=''; - $script.='
'; - - return $script; -} /** * Get value of field, do Ajax process and return result