PMCORE-3909 PMCORE-3905: Add option to disable session warning in web entry when "Require user login" is selected
This commit is contained in:
@@ -87,7 +87,7 @@ class ProcessVariablesMapBuilder
|
||||
|
||||
$tMap->addColumn('VAR_SQL', 'VarSql', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('VAR_NULL', 'VarNull', 'int', CreoleTypes::TINYINT, false, 32);
|
||||
$tMap->addColumn('VAR_NULL', 'VarNull', 'int', CreoleTypes::TINYINT, false, null);
|
||||
|
||||
$tMap->addColumn('VAR_DEFAULT', 'VarDefault', 'string', CreoleTypes::VARCHAR, false, 32);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user