oops, need to check this in, adding "options" option to part_pkg::insert to specify...
[freeside.git] / rt / etc / acl.Sybase
1 sub acl {
2 return (
3 "SP_ADDLOGIN ${RT::DatabaseUser}, ${RT::DatabasePassword}, ${RT::DatabaseName} ",
4 );
5 }
6 1;