]> andersk Git - moira.git/blobdiff - dbck/phase1.qc
updated dependancies
[moira.git] / dbck / phase1.qc
index 3d15a4843b7c72add80a960cb3159a34672f3e75..83b779bc3cf2d861b79296bee17b6e9a21ff78d1 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;
@@ -362,6 +365,7 @@ phase1()
 ##     retrieve (id = s.string_id, buf = s.string)
 ##         where s.string = strings.string and s.tid != strings.tid {
          printf("String %s(%d) is a duplicate!\n", strtrim(buf), id);
+         printf("Not fixing this error\n");
 ##     }
     }
 ##}
This page took 0.031594 seconds and 4 git commands to generate.