[Vtigercrm-developers] vt61 - ModTracker Summary Widget: 44 Years!

Alan Lord alanslists at gmail.com
Thu Oct 9 13:33:45 GMT 2014


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?

Cheers

Al

PS: ModTracker widget registered on my Module using the following 
bootstrap code:

> if ($module != false){
> 	$url = "javascript:ModTrackerCommon.showhistory('$RECORD$')";
> 	$module->deleteLink('DETAILVIEWBASIC', 'View History', $url);
> 	$module->addLink('DETAILVIEWBASIC', 'View History', $url);
> 	
> 	// Insert tabid - will fail if in already as tabid is a primary key
> 	$query = "INSERT INTO vtiger_modtracker_tabs(tabid,visible) VALUES(?,1)";
> 	$adb->pquery($query, array($module->id));
> }

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2014-10-09 14:31:10.png
Type: image/png
Size: 21948 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20141009/59b31a02/attachment-0001.png>


More information about the vtigercrm-developers mailing list