[Vtigercrm-commits] [vtiger-commits] r7418 - /vtigercrm/trunk/install/populateSeedData.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Jun 22 01:05:19 EDT 2006


Author: saraj
Date: Wed Jun 21 23:05:15 2006
New Revision: 7418

Log:
title has been changed to notes_title

Modified:
    vtigercrm/trunk/install/populateSeedData.php

Modified: vtigercrm/trunk/install/populateSeedData.php
==============================================================================
--- vtigercrm/trunk/install/populateSeedData.php (original)
+++ vtigercrm/trunk/install/populateSeedData.php Wed Jun 21 23:05:15 2006
@@ -782,7 +782,7 @@
 	$rand = array_rand($num_array);
 	$contact_key = array_rand($contact_ids);
         $notes->column_fields["contact_id"] 	= 	$contact_ids[$contact_key];
-	$notes->column_fields["title"]		=	$notes_array[$i];
+	$notes->column_fields["notes_title"]		=	$notes_array[$i];
 
 	$notes->save("Notes");
 	$notes_ids[] = $notes ->id;





More information about the vtigercrm-commits mailing list