[Vtigercrm-developers] Q. On Migration script 540_to_600.php

Alan Lord alanslists at gmail.com
Fri Sep 18 08:41:20 GMT 2015


Around line 800 is a bit of code to move FAQ comments to the Mod 
Comments table:

> 		Migration_Index_View::ExecuteQuery('UPDATE vtiger_crmentity SET modifiedtime = ?, smcreatorid = ?, modifiedby = ? WHERE crmid = ?',

> 			array($modComments->column_fields['createdtime'], '6', '6', $modComments->id));

My question is why is the smownerid and creatorid are being set to "6"?

That seems a fairly random choice for a user id?

Al



More information about the vtigercrm-developers mailing list