rob625 / lggsi-it

the website https://lggsi.it
MIT License
0 stars 0 forks source link

Fix some compresenza hours Nov 2019 #13

Closed rob625 closed 4 years ago

rob625 commented 4 years ago

Bianchi 3i lun5 not mar4; 2y mer2 not gio4;
3y mar3 not mer4;

Gage 4L ven4 not mar1

rob625 commented 4 years ago

UPDATE x SET dy = '1', oi = '5' WHERE x.cl = 20 AND x.dy = 2 AND x.oi = 4; 2y UPDATE x SET prof = '64', prof2 = NULL WHERE x.cl = 15 AND x.dy = 4 AND x.oi = 4; UPDATE x SET prof2 = '3' WHERE x.cl = 15 AND x.dy = 3 AND x.oi = 2; UPDATE x SET dy = '2', oi = '3' WHERE x.cl = 22 AND x.dy = 3 AND x.oi = 4;

UPDATE x SET prof2 = NULL WHERE x.cl = 29 AND x.dy = 2 AND x.oi = 1; UPDATE x SET prof2 = '27' WHERE x.cl = 29 AND x.dy = 5 AND x.oi = 4;

rob625 commented 4 years ago

I fixed this partly in orario-class.html; so it won't be possible to use the output cl.txt from makextab.py without more manual work.