[Rt-commit] r10167 - in rt/branches/3.999-DANGEROUS:
html/Ticket/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Fri Dec 28 00:14:53 EST 2007
Author: jesse
Date: Fri Dec 28 00:14:52 2007
New Revision: 10167
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/html/Ticket/Elements/PreviewScrips
Log:
r74264 at pinglin: jesse | 2007-12-28 00:09:07 -0500
case fix
Modified: rt/branches/3.999-DANGEROUS/html/Ticket/Elements/PreviewScrips
==============================================================================
--- rt/branches/3.999-DANGEROUS/html/Ticket/Elements/PreviewScrips (original)
+++ rt/branches/3.999-DANGEROUS/html/Ticket/Elements/PreviewScrips Fri Dec 28 00:14:52 2007
@@ -153,7 +153,7 @@
if ( ( $ARGS{'UpdateType'} && $ARGS{'UpdateType'} eq 'response' )
|| ( $ARGS{'Action'} && $ARGS{'Action'} eq 'Respond' ) )
{
- $action = 'Correspond';
+ $action = 'correspond';
}
else {
$action = 'comment';
More information about the Rt-commit
mailing list