noche, actualiza tablas eventos
This commit is contained in:
15
public/home/admin/event/add/qPup.q
Executable file
15
public/home/admin/event/add/qPup.q
Executable file
@@ -0,0 +1,15 @@
|
||||
insert into lugar
|
||||
(nombre,direccion,observacion,municipio,federativa,pais,lat,lng,estado)
|
||||
values(
|
||||
?, # pname
|
||||
?, # paddr
|
||||
?, # pobs
|
||||
?, # pto
|
||||
?, # pst
|
||||
?, # pco
|
||||
?, # lat
|
||||
?, # lng
|
||||
case ? when "on" then 1 else 0 end #pen
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user