Add a (magically appearing and disappearing) label on the county selector. confusing...
[freeside.git] / rt / etc / acl.Sybase
1 sub acl {
2 return (
3 "SP_ADDLOGIN ${RT::DatabaseUser}, ${RT::DatabasePassword}, ${RT::DatabaseName} ",
4 );
5 }
6 1;