Index: branches/5.1.x/units/polls/polls_config.php =================================================================== diff -u -N -r13577 -r13656 --- branches/5.1.x/units/polls/polls_config.php (.../polls_config.php) (revision 13577) +++ branches/5.1.x/units/polls/polls_config.php (.../polls_config.php) (revision 13656) @@ -1,6 +1,6 @@ 'kPictureFormatter', 'max_size' => MAX_UPLOAD_SIZE, 'upload_dir' => IMAGES_PATH . 'polls/', 'file_types' => '*.jpg;*.gif;*.png', 'files_description' => '!la_hint_ImageFiles!', - 'multiple' => false, + 'multiple' => false, 'thumb_format' => 'resize:200x200', 'max_len' => 255, 'not_null' => 1, 'default' => '' ), 'Priority' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0),