[Rt-commit] r15379 - in rt/branches/3.999-DANGEROUS: etc lib/RT sbin
jesse at bestpractical.com
jesse at bestpractical.com
Fri Aug 22 14:43:38 EDT 2008
Author: jesse
Date: Fri Aug 22 14:43:35 2008
New Revision: 15379
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/etc/RT_Config.pm
rt/branches/3.999-DANGEROUS/lib/RT/Dashboard.pm
rt/branches/3.999-DANGEROUS/sbin/rt-email-group-admin
Log:
r44032 at 68-246-31-102: jesse | 2008-08-22 14:43:04 -0400
minor casing fixes
Modified: rt/branches/3.999-DANGEROUS/etc/RT_Config.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/etc/RT_Config.pm (original)
+++ rt/branches/3.999-DANGEROUS/etc/RT_Config.pm Fri Aug 22 14:43:35 2008
@@ -894,7 +894,7 @@
If C<$WebExternalAuto> is true, C<$AutoCreate> will be passed to User's
Create method. Use it to set defaults, such as creating
-Unprivileged users with C<{ Privileged => 0 }>
+Unprivileged users with C<{ privileged => 0 }>
( Must be a hashref of arguments )
=cut
Modified: rt/branches/3.999-DANGEROUS/lib/RT/Dashboard.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Dashboard.pm (original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Dashboard.pm Fri Aug 22 14:43:35 2008
@@ -197,7 +197,7 @@
my $self = shift;
my ( $type, $id, $desc ) = @_;
if ( $type eq 'RT::System' ) {
- return Name => $desc;
+ return name => $desc;
}
return SavedSearch => join( '-', $type, 'SavedSearch', $id );
Modified: rt/branches/3.999-DANGEROUS/sbin/rt-email-group-admin
==============================================================================
--- rt/branches/3.999-DANGEROUS/sbin/rt-email-group-admin (original)
+++ rt/branches/3.999-DANGEROUS/sbin/rt-email-group-admin Fri Aug 22 14:43:35 2008
@@ -283,7 +283,7 @@
require RT::ScripAction;
my $action = RT::ScripAction->new( RT->system_user );
$action->create(
- Name => $name,
+ name => $name,
description => "Created with rt-email-group-admin script",
ExecModule => $as_comment? 'NotifyGroupAsComment': 'NotifyGroup',
Argument => '',
More information about the Rt-commit
mailing list