diff --git a/include/template/module.php b/include/template/module.php index 8286f6f0c..389bb51df 100644 --- a/include/template/module.php +++ b/include/template/module.php @@ -38,13 +38,13 @@ if ( $cn->get_value("select count(*) from profile join profile_user using (p_id) new Ajax.Autocompleter("ac","ac_choices","direct.php?gDossier=", {paramName:"acs",minChars:1,indicator:null, callback:null, - afterUpdateElement:null});} catch (e){alert(e.message);}; + afterUpdateElement:null});} catch (e){$('info_div').innerHTML=e.message;};