mirror of https://git.48k.eu/ogserver
#677: Formulario de propiedades de imagen muestra datos del equipo modelo y fecha de creación de la imagen.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4433 a21b9725-9963-47de-94b9-378ad31fedc9master
parent
e6ec2605e0
commit
396f8bbcdd
|
@ -835,10 +835,11 @@ BOOLEAN actualizaConfiguracion(Database db, Table tbl, char* cfg, int ido)
|
|||
" tamano=%s,"
|
||||
" idsistemafichero=%d,"
|
||||
" idnombreso=%d,"
|
||||
" idimagen=%d,"
|
||||
" idperfilsoft=%d"
|
||||
" idimagen=0,"
|
||||
" idperfilsoft=0,"
|
||||
" fechadespliegue=NULL"
|
||||
" WHERE idordenador=%d AND numdisk=%s AND numpar=%s",
|
||||
cpt, tam, idsfi, idsoi, 0, 0, ido, disk, par);
|
||||
cpt, tam, idsfi, idsoi, ido, disk, par);
|
||||
if (!db.Execute(sqlstr, tbl)) { // Error al recuperar los datos
|
||||
errorLog(modulo, 21, FALSE);
|
||||
db.GetErrorErrStr(msglog);
|
||||
|
|
Loading…
Reference in New Issue