Index: branches/unlabeled/unlabeled-1.8.2/core/units/modules/modules_config.php =================================================================== diff -u -r7821 -r7829 --- branches/unlabeled/unlabeled-1.8.2/core/units/modules/modules_config.php (.../modules_config.php) (revision 7821) +++ branches/unlabeled/unlabeled-1.8.2/core/units/modules/modules_config.php (.../modules_config.php) (revision 7829) @@ -93,7 +93,7 @@ ), 'Fields' => Array( - 'Name' => Array('type' => 'string','not_null' => '1','default' => ''), + 'Name' => Array('type' => 'string', 'not_null' => 1, 'default' => ''), 'Path' => Array('type' => 'string','not_null' => '1','default' => ''), 'Var' => Array('type' => 'string','not_null' => '1','default' => ''), 'Version' => Array('type' => 'string','not_null' => '1','default' => ''),