]> andersk Git - moira.git/commitdiff
Don't include accounts that are type TEST or REGTEST.
authorzacheiss <zacheiss>
Fri, 15 Jun 2007 14:48:14 +0000 (14:48 +0000)
committerzacheiss <zacheiss>
Fri, 15 Jun 2007 14:48:14 +0000 (14:48 +0000)
gen/directory.pc

index 75e6aafd08bcb0905d6eca81678fdf01c227d44b..ee27d3beb2ba60604f9f68980ca55ae92086ab47 100644 (file)
@@ -64,7 +64,7 @@ int main(int argc, char **argv)
     login, last, first, middle, office_addr, office_phone, 
     home_addr, home_phone, clearid, type 
     FROM users WHERE status = 1 AND type != 'SYSTEM' AND type != 'STAFF'
-    AND type NOT LIKE 'GUES%';
+    AND type != 'TEST' and type != 'REGTEST' AND type NOT LIKE 'GUES%';
   EXEC SQL OPEN x;
   while (1)
     {
This page took 0.057836 seconds and 5 git commands to generate.