X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fetc%2Facl.Informix;h=eff232f4d59b898de37d7c912047461fbf20010d;hb=5c96d46d56f2066bb40d9a34c4db56f53f43c6f2;hp=bca0408ddb2de56ba06072913033c54415616d06;hpb=eb9668a6f3181ee02cb335272c5ee4616e61fd09;p=freeside.git diff --git a/rt/etc/acl.Informix b/rt/etc/acl.Informix index bca0408dd..eff232f4d 100644 --- a/rt/etc/acl.Informix +++ b/rt/etc/acl.Informix @@ -1,5 +1,6 @@ + sub acl { -return ( -"GRANT RESOURCE TO ${RT::DatabaseUser};"); + return ("GRANT RESOURCE TO ". RT->Config->Get('DatabaseUser') .";"); } + 1;