fix replacement in edge case with NULL integer fields in a table without a primary key
[freeside.git] / rt / etc / acl.Sybase
1 sub acl {
2 return (
3 "SP_ADDLOGIN ${RT::DatabaseUser}, ${RT::DatabasePassword}, ${RT::DatabaseName} ",
4 );
5 }
6 1;