correccion bug en creacion de usuarios
This commit is contained in:
parent
39a27020db
commit
1b48337162
@ -2389,7 +2389,7 @@ return $resultado;
|
||||
}
|
||||
|
||||
function json_render($contenido,$tipo,$control){
|
||||
|
||||
$contenido = stripcslashes($contenido);
|
||||
$campos = "$tipo,$contenido";
|
||||
$datos = json_decode($contenido, true);
|
||||
if ($tipo == "html"){
|
||||
@ -2425,7 +2425,7 @@ elseif($tipo == "csv") {
|
||||
|
||||
}
|
||||
}
|
||||
$resultado = trim($linea,",");
|
||||
$resultado = trim($linea,",")."";
|
||||
}
|
||||
elseif($tipo == "array") {
|
||||
$array= array();
|
||||
|
Loading…
Reference in New Issue
Block a user