[Vtigercrm-commits] [vtiger-commits] r10388 - /vtigercrm/branches/5.0.3/data/CRMEntity.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 7 10:04:43 EST 2007
Author: saraj
Date: Wed Mar 7 08:04:39 2007
New Revision: 10388
Log:
fix for failed query while editing a record. --Minnie
Modified:
vtigercrm/branches/5.0.3/data/CRMEntity.php
Modified: vtigercrm/branches/5.0.3/data/CRMEntity.php
==============================================================================
--- vtigercrm/branches/5.0.3/data/CRMEntity.php (original)
+++ vtigercrm/branches/5.0.3/data/CRMEntity.php Wed Mar 7 08:04:39 2007
@@ -947,11 +947,6 @@
updateModuleGroupRelation($module,$this->id,$groupname);
}
- else
- {
- updateModuleGroupRelation($module,$this->id,'');
-
- }
}
}
else
More information about the vtigercrm-commits
mailing list