Skip to content
Snippets Groups Projects
Commit e01f180c authored by Prasad's avatar Prasad
Browse files

Fixes #860: Avoid invalid time transformation

parent 42f54303
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
</div> </div>
{/if} {/if}
</div> </div>
<p class="pull-right muted" style="padding-right:10px;"><small title="{Vtiger_Util_Helper::formatDateTimeIntoDayString("$TIME")}">{Vtiger_Util_Helper::formatDateDiffInStrings("$TIME")}</small></p> {if $TIME}<p class="pull-right muted" style="padding-right:10px;"><small title="{Vtiger_Util_Helper::formatDateTimeIntoDayString("$TIME")}">{Vtiger_Util_Helper::formatDateDiffInStrings("$TIME")}</small></p>{/if}
</div> </div>
{/if} {/if}
{else if $MODELNAME == 'ModComments_Record_Model'} {else if $MODELNAME == 'ModComments_Record_Model'}
...@@ -153,4 +153,4 @@ ...@@ -153,4 +153,4 @@
{/if} {/if}
</span> </span>
{/if} {/if}
</div> </div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment