[Vtigercrm-commits] [vtiger-commits] r7126 - in /vtigercrm/trunk/modules/Import: ImportMap.php UsersLastImport.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Jun 15 09:34:02 EDT 2006


Author: saraj
Date: Thu Jun 15 07:33:57 2006
New Revision: 7126

Log:
* Removed the vtiger prefix which have been added for the table's columnnames

Modified:
    vtigercrm/trunk/modules/Import/ImportMap.php
    vtigercrm/trunk/modules/Import/UsersLastImport.php

Modified: vtigercrm/trunk/modules/Import/ImportMap.php
==============================================================================
--- vtigercrm/trunk/modules/Import/ImportMap.php (original)
+++ vtigercrm/trunk/modules/Import/ImportMap.php Thu Jun 15 07:33:57 2006
@@ -41,7 +41,7 @@
 	var $assigned_user_id;
 	var $is_published;
 
-	var $table_name = "import_maps";
+	var $table_name = "vtiger_import_maps";
 	var $object_name = "ImportMap";
 	var $module_id="id";
 	

Modified: vtigercrm/trunk/modules/Import/UsersLastImport.php
==============================================================================
--- vtigercrm/trunk/modules/Import/UsersLastImport.php (original)
+++ vtigercrm/trunk/modules/Import/UsersLastImport.php Thu Jun 15 07:33:57 2006
@@ -38,7 +38,7 @@
 	var $bean_type;
 	var $bean_id;
 
-	var $table_name = "users_last_import";
+	var $table_name = "vtiger_users_last_import";
 	var $object_name = "UsersLastImport";
 	var $column_fields = Array(
 					"id"





More information about the vtigercrm-commits mailing list