Index: trunk/core/units/permissions/permissions_config.php =================================================================== diff -u -N -r7855 -r8015 --- trunk/core/units/permissions/permissions_config.php (.../permissions_config.php) (revision 7855) +++ trunk/core/units/permissions/permissions_config.php (.../permissions_config.php) (revision 8015) @@ -78,10 +78,10 @@ 'Fields' => Array( 'PermissionId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'Permission' => Array('type' => 'string','not_null' => '1','default' => ''), - 'GroupId' => Array('type' => 'int','default' => '0'), - 'PermissionValue' => Array('type' => 'int','not_null' => '1','default' => '0'), - 'Type' => Array('type' => 'int','not_null' => '1','default' => '0'), - 'CatId' => Array('type' => 'int','not_null' => '1','default' => '0'), + 'GroupId' => Array('type' => 'int','default' => 0), + 'PermissionValue' => Array('type' => 'int','not_null' => 1,'default' => 0), + 'Type' => Array('type' => 'int','not_null' => 1,'default' => 0), + 'CatId' => Array('type' => 'int','not_null' => 1,'default' => 0), ), );