Index: branches/5.3.x/units/poll_comments/poll_comments_config.php =================================================================== diff -u -N -r15670 -r15674 --- branches/5.3.x/units/poll_comments/poll_comments_config.php (.../poll_comments_config.php) (revision 15670) +++ branches/5.3.x/units/poll_comments/poll_comments_config.php (.../poll_comments_config.php) (revision 15674) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'default' => NULL), 'CreatedById' => Array ( 'type' => 'int', - 'formatter'=>'kLEFTFormatter', + 'formatter' => 'kLEFTFormatter', 'error_msgs' => Array ('invalid_option' => '!la_error_UserNotFound!'), 'options' => Array (USER_ROOT => 'root', USER_GUEST => 'Guest'), 'left_sql' => 'SELECT %s FROM ' . TABLE_PREFIX . 'Users WHERE %s',