noche, actualiza tablas eventos
This commit is contained in:
6
public/home/admin/event/change/qCup.q
Executable file
6
public/home/admin/event/change/qCup.q
Executable file
@@ -0,0 +1,6 @@
|
||||
update curso set
|
||||
nombre = ?, # cname
|
||||
temario = ?, # csubjects
|
||||
servicios = ?, # cservices
|
||||
estado = case ? when "on" then 1 else 0 end # cen
|
||||
where id = ? ; # cprev
|
||||
Reference in New Issue
Block a user