[Rt-commit] r7580 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Fri Apr 20 01:22:52 EDT 2007
Author: ruz
Date: Fri Apr 20 01:22:52 2007
New Revision: 7580
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm
Log:
r5015 at cubic-pc: cubic | 2007-04-20 05:41:21 +0400
* add type of GnuPGOptions option
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm Fri Apr 20 01:22:52 2007
@@ -115,7 +115,10 @@
},
},
},
- GnuPG => {
+ GnuPG => {
+ Type => 'HASH'
+ },
+ GnuPGOptions => {
Type => 'HASH'
},
);
More information about the Rt-commit
mailing list