This commit is contained in:
mynah
2020-01-22 18:22:31 -06:00
parent f16d579996
commit 174f4b0756
38 changed files with 503 additions and 473 deletions

View File

@@ -1,6 +1,11 @@
update curso set
nombre = ?, # cname
temario = ?, # csubjects
servicios = ?, # cservices
estado = case ? when "on" then 1 else 0 end # cen
where id = ? ; # cprev
update curso set
nombre=?,
subnombre=?,
descripcion=?,
imagena=?,
maestro=?,
temario=?,
servicios=?,
estado=?
where id = ? ; # cprev