[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.6-304-g2c437df
Shawn Moore
sartak at bestpractical.com
Wed Dec 1 16:24:49 EST 2010
The branch, 3.9-trunk has been updated
via 2c437dfb98c4dfa8915d021f3bb8ede3d1bd5c8f (commit)
from 57e8a7de1ed0e8e4cdf6dcf151bb9dfa28efed0f (commit)
Summary of changes:
share/html/Dashboards/Subscription.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2c437dfb98c4dfa8915d021f3bb8ede3d1bd5c8f
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Dec 1 16:23:47 2010 -0500
Fix weird double initialization that snuck in
diff --git a/share/html/Dashboards/Subscription.html b/share/html/Dashboards/Subscription.html
index 3ebaf66..3d5c606 100644
--- a/share/html/Dashboards/Subscription.html
+++ b/share/html/Dashboards/Subscription.html
@@ -147,7 +147,7 @@
% $dt->set_hour($hour);
% my $formatted = $dt->format_cldr($formatter->time_format_short);
-% my $value = my $formatted = sprintf '%02d:00', $hour;
+% my $value = sprintf '%02d:00', $hour;
% my $selected = $value eq $fields{'Hour'}
% ? 'selected="selected"'
% : '';
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list