fix CDRs showing on typeset (but not printed) invoices w/squelch_cdr, RT#13561
[freeside.git] / rt / etc / acl.Informix
1
2 sub acl {
3     return ("GRANT RESOURCE TO ". RT->Config->Get('DatabaseUser') .";");
4 }
5
6 1;