[1959] in Moira
Re: calendar.gen
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Wed May 15 19:28:40 2002
Message-Id: <200205152328.TAA17976@vorpal-blade.mit.edu>
From: Jonathon Weiss <jweiss@MIT.EDU>
To: Mark Silis <mark@MIT.EDU>
cc: moiradev@MIT.EDU
In-reply-to: Your message of "Wed, 15 May 2002 16:21:24 EDT."
<20020515202124.GC2971@localhost.MIT.EDU>
Date: Wed, 15 May 2002 19:28:39 -0400
> +$sth = $dbh->prepare("SELECT u.clearid, u.login, u.first, u.middle, u.last, " .
> + "u.office_phone, u.department FROM users u, list l, " .
> + "imembers i WHERE l.name = 'calendar-acl' " .
> + "AND l.list_id = i.list_id AND l.list_id = i.list_id " .
> + "AND i.member_type='USER' AND i.member_id = u.users_id")
> + || exit $MR_DBMS_ERR;
> +$sth->execute || exit $MR_DBMS_ERR;
Did you mean to use clearid (MIT id number) here, or should this have
been unix_uid? Is there a reason the calendar server would care what
someone's MIT id number is?
Jonathon