[1559] in Moira
Re: www.gen change
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Wed May 31 19:22:34 2000
Message-Id: <200005312322.TAA24194@sweet-transvestite.mit.edu>
To: Jonathon Weiss <jweiss@MIT.EDU>
Cc: Garry Zacheiss <zacheiss@MIT.EDU>, moiradev@MIT.EDU
In-Reply-To: Your message of "Wed, 31 May 2000 19:18:57 EDT."
<200005312318.TAA22218@speaker-for-the-dead.mit.edu>
Date: Wed, 31 May 2000 19:22:30 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Sure, why not. The more the merrier.
Index: www.pc
===================================================================
RCS file: /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/gen/www.pc,v
retrieving revision 1.3
diff -c -r1.3 www.pc
*** www.pc 2000/01/10 23:03:48 1.3
--- www.pc 2000/05/31 23:21:15
***************
*** 236,242 ****
EXEC SQL WHENEVER SQLERROR GOTO sqlerr;
EXEC SQL DECLARE user_cursor CURSOR FOR
! SELECT login FROM users WHERE status=1 OR status=2 ORDER by login;
EXEC SQL OPEN user_cursor;
while (1)
--- 236,243 ----
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
! ORDER by login;
EXEC SQL OPEN user_cursor;
while (1)