noche, actualiza tablas eventos
This commit is contained in:
12
public/home/admin/event/change/qPup.q
Executable file
12
public/home/admin/event/change/qPup.q
Executable file
@@ -0,0 +1,12 @@
|
||||
update lugar set
|
||||
nombre= ?, # pname
|
||||
direccion= ?, # paddr
|
||||
observacion= ?,# pobs
|
||||
municipio= ?, # pto
|
||||
federativa= ?, # pst
|
||||
pais= ?, # pco
|
||||
lat=?, # plat
|
||||
lng=?, # plng
|
||||
estado = case ? when "on" then 1 else 0 end # pen
|
||||
where id = ?; # pprev ;
|
||||
|
||||
Reference in New Issue
Block a user