Alan,<div>This is because in ModTrackerHandler.php we check for 'modifiedtime' as fieldname </div><div>and updating the Status in vtiger_modtracker_basic</div><div><br></div><div>What is the fieldname of modifiedtime and createdtime within vtiger_field for the given module</div><div><br></div><div>Regards,</div><div>Rishab<br><br>On Thursday, October 9, 2014, Alan Lord <<a href="mailto:alanslists@gmail.com">alanslists@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I remember someone else seeing this before... What the problem - why does it say 44 years ago, when it was just a couple of seconds?<br>
<br>
Cheers<br>
<br>
Al<br>
<br>
PS: ModTracker widget registered on my Module using the following bootstrap code:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
if ($module != false){<br>
        $url = "javascript:ModTrackerCommon.<u></u>showhistory('$RECORD$')";<br>
        $module->deleteLink('<u></u>DETAILVIEWBASIC', 'View History', $url);<br>
        $module->addLink('<u></u>DETAILVIEWBASIC', 'View History', $url);<br>
        <br>
        // Insert tabid - will fail if in already as tabid is a primary key<br>
        $query = "INSERT INTO vtiger_modtracker_tabs(tabid,<u></u>visible) VALUES(?,1)";<br>
        $adb->pquery($query, array($module->id));<br>
}<br>
</blockquote>
<br>
</blockquote></div>