CMS MADE SIMPLE FORGE

Newsletter Made Simple

 

[#9474] {$messageinfo->modified} returns big negative integer value

avatar
Created By: Tilo Neumann (T-Low)
Date Submitted: Thu Aug 15 14:25:26 -0400 2013

Assigned To:
Version: 2.7.4
CMSMS Version: None
Severity: None
Resolution: Fixed
State: Open
Summary:
{$messageinfo->modified} returns big negative integer value
Detailed Description:
In archive detail template {$messageinfo->modified} returns a bad value.

file: action.showmessage.php
line: 63

$obj->modified = $db->UnixTimeStamp($obj->entered);

Looks like an copy and paste error.
Altered to the following line and it works for me now:

$obj->modified = $db->UnixTimeStamp($obj->modified );

.


History

Updates

Updated: 2016-06-23 14:22
resolution_id: => 7
cmsms_version_id: 30123 => -1