1
0
Fork 0
This commit is contained in:
humano 2020-03-27 06:47:48 -05:00
parent 219798d120
commit 0f5d0e20d8
1 changed files with 2 additions and 2 deletions

View File

@ -6155,7 +6155,7 @@ if (mysqli_num_rows($sql)!='0'){
}
$resultado .="</div>";
}else{$resultado ="$consulta";}
}else{$resultado ="";}
return $resultado;
}
@ -6181,7 +6181,7 @@ function landingpage_formularios($id_empresa,$filas,$columnas,$tipo,$plantilla){
</div>
$contenido";
}
}
}else{ $formularios ="$consulta";}
return $formularios;
}