Index: branches/unlabeled/unlabeled-1.15.2/core/units/configuration/configuration_config.php =================================================================== diff -u -r5497 -r7829 --- branches/unlabeled/unlabeled-1.15.2/core/units/configuration/configuration_config.php (.../configuration_config.php) (revision 5497) +++ branches/unlabeled/unlabeled-1.15.2/core/units/configuration/configuration_config.php (.../configuration_config.php) (revision 7829) @@ -12,9 +12,10 @@ 1 => 'id', 2 => 'page', 3 => 'event', + 4 => 'mode', ), - 'IDField' => 'VariableName', + 'IDField' => 'VariableId', 'TitlePresets' => Array( 'default' => Array('tag_params' => Array('conf' => Array('per_page' => -1))), @@ -56,10 +57,11 @@ ), 'Fields' => Array( - 'VariableName' => Array('type' => 'string','not_null' => '1','default' => ''), - 'VariableValue' => array('type'=>'string', 'default'=>''), - 'ModuleOwner' => array('type'=>'string', 'default'=>'In-Portal'), - 'Section' => array('type'=>'string','not_null' => '1','default'=>''), + 'VariableId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), + 'VariableName' => Array('type' => 'string','not_null' => '1','default' => ''), + 'VariableValue' => Array('type'=>'string', 'default'=>''), + 'ModuleOwner' => Array('type'=>'string', 'default'=>'In-Portal'), + 'Section' => Array('type'=>'string','not_null' => '1','default'=>''), ), 'VirtualFields' => Array(