summaryrefslogtreecommitdiff
path: root/rt/etc/acl.Informix
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/acl.Informix')
-rw-r--r--rt/etc/acl.Informix5
1 files changed, 3 insertions, 2 deletions
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;