Skip to content
Snippets Groups Projects
Commit 95932fad authored by Prasad's avatar Prasad
Browse files

Fixes #1068: Placeholder table removed - which was initially added to hold user perfs per module

parent 33976b02
No related branches found
No related tags found
No related merge requests found
......@@ -295,7 +295,6 @@ class Vtiger_ModuleBasic {
if(!$this->customtable)$this->customtable = $this->basetable . "cf";
if(!$this->grouptable)$this->grouptable = $this->basetable."grouprel";
if(!$this->fieldtable)$this->fieldtable = $this->basetable."_user_field";
Vtiger_Utils::CreateTable($this->basetable,"($this->basetableid INT(19) PRIMARY KEY)",true);
Vtiger_Utils::CreateTable($this->customtable,"($this->basetableid INT(19) PRIMARY KEY)", true);
......
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