[Rt-commit] rt branch, 3.9-merge-rtfm, updated. rt-3.9.6-1064-g70f4e02
Shawn Moore
sartak at bestpractical.com
Thu Dec 2 21:26:37 EST 2010
The branch, 3.9-merge-rtfm has been updated
via 70f4e0292792b371be37da12afed9e245e077357 (commit)
from eb17c3726fc62923319cefd0f8b5f7914f95299c (commit)
Summary of changes:
etc/RT_Config.pm.in | 2 +-
etc/RT_SiteConfig.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 70f4e0292792b371be37da12afed9e245e077357
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Dec 2 21:26:27 2010 -0500
Use a new second example plugin now that RT::FM is gone
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 49cfbd1..dc663c6 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2172,7 +2172,7 @@ Set C<@Plugins> to a list of external RT plugins that should be enabled (those
plugins have to be previously downloaded and installed).
Example:
-C<Set(@Plugins, (qw(Extension::QuickDelete RT::FM)));>
+C<Set(@Plugins, (qw(Extension::QuickDelete RT::Extension::CommandByMail)));>
=cut
diff --git a/etc/RT_SiteConfig.pm b/etc/RT_SiteConfig.pm
index dfd2767..68c91d0 100755
--- a/etc/RT_SiteConfig.pm
+++ b/etc/RT_SiteConfig.pm
@@ -19,6 +19,6 @@ Set( $rtname, 'example.com');
# You must install Plugins on your own, this is only an example
# of the correct syntax to use when activating them.
# There should only be one @Plugins declaration in your config file.
-#Set(@Plugins,(qw(RT::Extension::QuickDelete RT::FM)));
+#Set(@Plugins,(qw(RT::Extension::QuickDelete RT::Extension::CommandByMail)));
1;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list