import rt 3.8.7
[freeside.git] / rt / etc / acl.Informix
index bca0408..eff232f 100644 (file)
@@ -1,5 +1,6 @@
+
 sub acl {
-return  (
-"GRANT RESOURCE TO ${RT::DatabaseUser};");
+    return ("GRANT RESOURCE TO ". RT->Config->Get('DatabaseUser') .";");
 }
+
 1;