[Vtigercrm-commits] [vtiger-commits] r6689 - /vtigercrm/trunk/modules/Migration/Migration.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 29 09:11:37 EDT 2006
Author: saraj
Date: Mon May 29 07:11:34 2006
New Revision: 6689
Log:
* Added function call RecalculateSharingRules which will recalculate the sharing previleges and write it in the file
Modified:
vtigercrm/trunk/modules/Migration/Migration.php
Modified: vtigercrm/trunk/modules/Migration/Migration.php
==============================================================================
--- vtigercrm/trunk/modules/Migration/Migration.php (original)
+++ vtigercrm/trunk/modules/Migration/Migration.php Mon May 29 07:11:34 2006
@@ -337,6 +337,9 @@
echo '<br><font color="red"><b>Dump could not be applied correctly. so your previous database restored.</b></font>';
include("modules/Migration/MigrationStep1.php");
}
+
+ //Now we should recalculate the user and sharing privileges
+ RecalculateSharingRules();
}
}
More information about the vtigercrm-commits
mailing list