[1903] in Moira Commits
/svn/moira r4042 - trunk/moira/gen
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Tue Jun 28 11:57:31 2011
Date: Tue, 28 Jun 2011 11:57:24 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201106281557.p5SFvONG021813@drugstore.mit.edu>
To: moira-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: zacheiss
Date: 2011-06-28 11:57:24 -0400 (Tue, 28 Jun 2011)
New Revision: 4042
Modified:
trunk/moira/gen/directory.pc
Log:
No class SHARED, either.
Modified: trunk/moira/gen/directory.pc
===================================================================
--- trunk/moira/gen/directory.pc 2011-06-23 22:09:46 UTC (rev 4041)
+++ trunk/moira/gen/directory.pc 2011-06-28 15:57:24 UTC (rev 4042)
@@ -64,7 +64,7 @@
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 != 'TEST' and type != 'REGTEST' AND type NOT LIKE 'GUES%';
+ AND type != 'TEST' AND type != 'REGTEST' AND type != 'SHARED' AND type NOT LIKE 'GUES%';
EXEC SQL OPEN x;
while (1)
{