]> andersk Git - moira.git/blobdiff - dbck/phase1.qc
improved DEC version of message about delete key;
[moira.git] / dbck / phase1.qc
index 3d15a4843b7c72add80a960cb3159a34672f3e75..dc1519b93051d33961e4abb080118fcd0733953a 100644 (file)
@@ -6,8 +6,11 @@
  */
 
 #include <mit-copyright.h>
+#include <sms.h>
 #include "dbck.h"
 
+static char phase1_qc_rcsid[] = "$Header$";
+
 
 show_user_id(u)
 struct user *u;
@@ -48,6 +51,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 +366,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.032029 seconds and 4 git commands to generate.