diff --git a/funciones/funciones.php b/funciones/funciones.php index e271483..c7e92d8 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -11859,7 +11859,7 @@ function buscador_select($id_campo,$form_id,$valor,$name,$control,$claves){ $lista=""; $resultado=""; $aviso=""; - $cantidad= 3; + $cantidad= 2; $respuesta = new xajaxResponse('utf-8'); if(strlen($valor) < $cantidad+1) { $respuesta->addAssign("$div","innerHTML","... Esperando mas de $cantidad caracteres");