On Tue, 2006-08-22 at 01:01 -0400, Jesse Vincent wrote: > > select count(*) from ACL where RightName = 'OwnTickets'; > > I typoed "OwnTicket" not "OwnTickets"
Ooops mysql> select count(*) from ACL where RightName = 'OwnTicket'; +----------+ | count(*) | +----------+ | 16 | +----------+ 1 row in set (0.00 sec) Now I have to match this up to the users... -- Regards Theo _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
