Index: branches/5.3.x/units/products/products_config.php =================================================================== diff -u -N -r15671 -r15675 --- branches/5.3.x/units/products/products_config.php (.../products_config.php) (revision 15671) +++ branches/5.3.x/units/products/products_config.php (.../products_config.php) (revision 15675) @@ -1,6 +1,6 @@ 'int', 'formatter' => 'kLEFTFormatter', 'options' => Array (USER_ROOT => 'root', USER_GUEST => 'Guest'), - 'left_sql' => 'SELECT %s FROM ' . TABLE_PREFIX . 'Users - WHERE `%s` = \'%s\'', - 'left_key_field' => 'PortalUserId', - 'left_title_field' => 'Username', + 'left_sql' => 'SELECT %s FROM ' . TABLE_PREFIX . 'Users WHERE %s', + 'left_key_field' => 'PortalUserId', 'left_title_field' => USER_TITLE_FIELD, 'error_msgs' => Array ('invalid_option' => '!la_error_UserNotFound!'), 'sample_value' => 'Guest', 'required' => 1, 'default' => NULL, ),