Skip to content
Snippets Groups Projects
Commit 816b5f31 authored by Prasad's avatar Prasad
Browse files

Fixes #835: Typo in table creation

parent 2ff8f083
No related branches found
No related tags found
1 merge request!311Language italian translation
......@@ -182,7 +182,7 @@ if (defined('VTIGER_UPGRADE')) {
Vtiger_Utils::CreateTable($generalUserFieldTable,
'(`recordid` INT(19) NOT NULL,
`userid` INT(19) NOT NULL,
`starred` VARCHAR(100) DEFAULT NULL', true);
`starred` VARCHAR(100) DEFAULT NULL)', true);
}
if (Vtiger_Utils::CheckTable($generalUserFieldTable)) {
......
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