20 lines
277 B
Plaintext
Executable File
20 lines
277 B
Plaintext
Executable File
|
|
update curso_tienda set
|
|
lugar_id=?,
|
|
fecha_inicio=?,
|
|
fecha_fin=?,
|
|
imagen_chica=?,
|
|
comentario=?,
|
|
precio=?,
|
|
promocion=?,
|
|
promo_estado=?,
|
|
playera_estado=?,
|
|
spay=?,
|
|
store=?,
|
|
meses=?,
|
|
cupo=?,
|
|
curso_id=?,
|
|
estado=?
|
|
where id = ?; # eprev
|
|
|