X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fetc%2Facl.Informix;h=eff232f4d59b898de37d7c912047461fbf20010d;hb=ff4e86db92ebc49762302c40dd31e0325f9afd1c;hp=bca0408ddb2de56ba06072913033c54415616d06;hpb=289340780927b5bac2c7604d7317c3063c6dd8cc;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;