]> andersk Git - moira.git/blobdiff - gen/www.pc
Command line printer manipulation client, and build goo.
[moira.git] / gen / www.pc
index 339eb30a027fde519a216b579630a96ad9ae53a9..db0529a4a55a2150d59a47828bb9359bc7ae3f89 100644 (file)
@@ -234,7 +234,7 @@ void group(FILE *out)
   EXEC SQL WHENEVER SQLERROR GOTO sqlerr;
 
   EXEC SQL DECLARE user_cursor CURSOR FOR
-    SELECT login FROM users WHERE status=1 OR status=2 OR status=6 
+    SELECT login FROM users WHERE status=1 OR status=2 OR status=6 OR status=9
     ORDER by login;
   EXEC SQL OPEN user_cursor;
 
This page took 0.044273 seconds and 4 git commands to generate.