Skip to content
Snippets Groups Projects
Commit 876f74de authored by Uma's avatar Uma
Browse files

Changes made on older scripts and validated

parent e7718817
No related branches found
No related tags found
No related merge requests found
...@@ -2225,9 +2225,6 @@ if(defined('VTIGER_UPGRADE')) { ...@@ -2225,9 +2225,6 @@ if(defined('VTIGER_UPGRADE')) {
rename('modules/Vtiger/resources', 'modules/Vtiger/resources_650'); rename('modules/Vtiger/resources', 'modules/Vtiger/resources_650');
} }
//Update existing package modules
Install_Utils_Model::installModules();
//recalculate user files to finish //recalculate user files to finish
RecalculateSharingRules(); RecalculateSharingRules();
......
...@@ -426,8 +426,5 @@ if (defined('VTIGER_UPGRADE')) { ...@@ -426,8 +426,5 @@ if (defined('VTIGER_UPGRADE')) {
} }
//END::Updating custom view and report columns, filters for createdtime and modifiedtime fields as typeofdata (T~...) is being transformed to (DT~...) //END::Updating custom view and report columns, filters for createdtime and modifiedtime fields as typeofdata (T~...) is being transformed to (DT~...)
//Update existing package modules
Install_Utils_Model::installModules();
echo '<br>Succecssfully vtiger version updated to <b>7.1.0</b><br>'; echo '<br>Succecssfully vtiger version updated to <b>7.1.0</b><br>';
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment