]> andersk Git - moira.git/commitdiff
keep track of modified tables
authormar <mar>
Mon, 26 Sep 1988 14:07:09 +0000 (14:07 +0000)
committermar <mar>
Mon, 26 Sep 1988 14:07:09 +0000 (14:07 +0000)
dbck/phase1.qc

index 3d15a4843b7c72add80a960cb3159a34672f3e75..bff3bb09fd1c9e75c2d767bddc15a3052be2299a 100644 (file)
@@ -8,6 +8,8 @@
 #include <mit-copyright.h>
 #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;
This page took 0.523842 seconds and 5 git commands to generate.