From: mar Date: Mon, 26 Sep 1988 14:07:09 +0000 (+0000) Subject: keep track of modified tables X-Git-Tag: KREL1~127 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/a7a7a3cc752f43f0f70cdbce79e71454e6087977 keep track of modified tables --- diff --git a/dbck/phase1.qc b/dbck/phase1.qc index 3d15a484..bff3bb09 100644 --- a/dbck/phase1.qc +++ b/dbck/phase1.qc @@ -8,6 +8,8 @@ #include #include "dbck.h" +static char phase1_qc_rcsid[] = "$Header$"; + show_user_id(u) struct user *u; @@ -48,6 +50,7 @@ struct save_queue *sq; printf("%d entr%s fixed\n", rowcount, rowcount==1?"y":"ies"); else printf("Not fixed\n"); + modified("users"); ## } } else { uu = u;