Index: branches/5.1.x/core/units/images/images_config.php =================================================================== diff -u -N -r13545 -r13899 --- branches/5.1.x/core/units/images/images_config.php (.../images_config.php) (revision 13545) +++ branches/5.1.x/core/units/images/images_config.php (.../images_config.php) (revision 13899) @@ -1,6 +1,6 @@ Array('type' => 'int', 'default' => 0, 'not_null'=>1), 'ThumbPath' => Array( 'type' => 'string', 'formatter' => 'kPictureFormatter', - 'skip_empty' => 1, 'max_len' => 240, 'default' => '', - 'not_null' => 1, 'include_path' => 1, + 'skip_empty' => 1, 'max_len' => 240, 'default' => NULL, + 'include_path' => 1, 'allowed_types' => Array( 'image/jpeg', 'image/pjpeg', 'image/png', 'image/x-png', 'image/gif', 'image/bmp' Index: branches/5.1.x/core/units/email_events/email_events_config.php =================================================================== diff -u -N -r13635 -r13899 --- branches/5.1.x/core/units/email_events/email_events_config.php (.../email_events_config.php) (revision 13635) +++ branches/5.1.x/core/units/email_events/email_events_config.php (.../email_events_config.php) (revision 13899) @@ -1,6 +1,6 @@ 1, 'required' => 1, 'default' => 'Core' ), - 'Description' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), + 'Description' => Array ('type' => 'string', 'default' => NULL), 'Type' => Array ( 'type' => 'int',