[Vtigercrm-commits] [vtiger-commits] r10844 - /vtigercrm/branches/5.0.3/modules/Migration/DBChanges/503rc2_to_503.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu May 10 18:09:42 EDT 2007
Author: richie
Date: Thu May 10 16:09:35 2007
New Revision: 10844
Log:
* Changed the Email link to Webmails, Fixed #3814
Modified:
vtigercrm/branches/5.0.3/modules/Migration/DBChanges/503rc2_to_503.php
Modified: vtigercrm/branches/5.0.3/modules/Migration/DBChanges/503rc2_to_503.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Migration/DBChanges/503rc2_to_503.php (original)
+++ vtigercrm/branches/5.0.3/modules/Migration/DBChanges/503rc2_to_503.php Thu May 10 16:09:35 2007
@@ -235,6 +235,8 @@
//In 4.2.3 we have assigned to group option only for Leads, HelpDesk and Activies and default None can be assigned. Now we will assign the unassigned entities to current user
ExecuteQuery("update vtiger_crmentity set smownerid=1 where smownerid=0 and setype not in ('Leads','HelpDesk','Calendar')");
+//Change Emails to Webmails in main tabs - My Home Page, Marketing, Support drop down menu
+ExecuteQuery("update vtiger_parenttabrel set tabid=28 where tabid=10");
More information about the vtigercrm-commits
mailing list