Skip to content
Snippets Groups Projects

Fixes #799 - Move starred featured to common entity table.

Merged Fixes #799 - Move starred featured to common entity table.
Merged Satish requested to merge satish.dvnk/vtigercrm:prega into master
+ 42
7
Compare changes
  • Side-by-side
  • Inline
Files
+ 1
1
@@ -85,7 +85,7 @@ class CRMEntity {
return;
}
$userSpecificTableIgnoredModules = array("SMSNotifier", "ModComments");
$userSpecificTableIgnoredModules = array('SMSNotifier', 'PBXManager', 'ModComments');
if(in_array($moduleName, $userSpecificTableIgnoredModules)) return;
$userSpecificTable = Vtiger_Functions::getUserSpecificTableName($moduleName);
Loading