forked from qwerty/milfs
correcion bug en grabar formulario
This commit is contained in:
parent
adfa8fd8e9
commit
7ecd0a2341
@ -15838,9 +15838,9 @@ return $existe;
|
||||
|
||||
function formulario_grabar($formulario,$accion) {
|
||||
$formulario_original = $formulario;
|
||||
|
||||
if($accion == "api"){
|
||||
$respuesta = new xajaxResponse('utf-8');
|
||||
if($accion == "api"){
|
||||
|
||||
$Formulario_original = $formulario;
|
||||
$formulario = json_decode($formulario,true);
|
||||
//$formulario = print_r($formulario,true);
|
||||
@ -15849,7 +15849,7 @@ function formulario_grabar($formulario,$accion) {
|
||||
|
||||
}
|
||||
$debug="";
|
||||
$respuesta = new xajaxResponse('utf-8');
|
||||
//$respuesta = new xajaxResponse('utf-8');
|
||||
$datos="";
|
||||
$envio="";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user