[Rt-commit] r20057 - rt/3.8/trunk/share/html/Elements

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jun 25 22:56:25 EDT 2009


Author: sunnavy
Date: Thu Jun 25 22:56:25 2009
New Revision: 20057

Modified:
   rt/3.8/trunk/share/html/Elements/EditTimeValue

Log:
warning fix

Modified: rt/3.8/trunk/share/html/Elements/EditTimeValue
==============================================================================
--- rt/3.8/trunk/share/html/Elements/EditTimeValue	(original)
+++ rt/3.8/trunk/share/html/Elements/EditTimeValue	Thu Jun 25 22:56:25 2009
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<input name="<% $ValueName %>" value="<% $Default %>" size="5" />
+<input name="<% $ValueName %>" value="<% $Default || '' %>" size="5" />
 <& /Elements/SelectTimeUnits, Name => $UnitName &>
 <%ARGS>
 $Default    => ''


More information about the Rt-commit mailing list