[Rt-commit] rtir branch, 2.6-trunk, updated. 2.6.2rc1-9-gaa31196

Kevin Falcone falcone at bestpractical.com
Wed Sep 26 14:50:14 EDT 2012


The branch, 2.6-trunk has been updated
       via  aa31196e4623abb8a3c1defb224f78bbb0183917 (commit)
      from  cea42559ad8b851b99fda2bb6f5dd0bf67c6ee95 (commit)

Summary of changes:
 html/RTIR/Incident/Elements/ReplyForm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit aa31196e4623abb8a3c1defb224f78bbb0183917
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Sep 25 18:45:28 2012 -0400

    Quiet a warning.

diff --git a/html/RTIR/Incident/Elements/ReplyForm b/html/RTIR/Incident/Elements/ReplyForm
index 3b62ac5..ee46a84 100644
--- a/html/RTIR/Incident/Elements/ReplyForm
+++ b/html/RTIR/Incident/Elements/ReplyForm
@@ -36,7 +36,7 @@
     Default => $Owner || $session{'CurrentUser'}->Id || undef,
 &>
 <&|/l&>Worked</&>:
-<input size="4" name="UpdateTimeWorked" value="<% $ARGS{UpdateTimeWorked} %>" />
+<input size="4" name="UpdateTimeWorked" value="<% $ARGS{UpdateTimeWorked} || '' %>" />
 <& /Elements/SelectTimeUnits, Name => 'UpdateTimeWorked-TimeUnits' &>
 </td></tr>
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list