1
0
Fork 0

correccion bug en plantillas

This commit is contained in:
humano 2018-11-02 09:32:13 -05:00
parent 6bdad83ad6
commit 7110e6c859
1 changed files with 1 additions and 1 deletions

View File

@ -8143,7 +8143,7 @@ if($formulario =='eliminar'){
}
if($valores =="boton") {
if($valores =="boton") {
$consulta ="SELECT * FROM form_parametrizacion WHERE campo = '$formulario' AND `opcion` REGEXP '^plantilla:' ORDER BY opcion";
$sql=mysqli_query($link,$consulta);