Index: trunk/core/units/general/helpers/multilanguage.php =================================================================== diff -u -N -r5096 -r5248 --- trunk/core/units/general/helpers/multilanguage.php (.../multilanguage.php) (revision 5096) +++ trunk/core/units/general/helpers/multilanguage.php (.../multilanguage.php) (revision 5248) @@ -211,8 +211,8 @@ if ($start_index == $this->Application->GetDefaultLanguageId() || !$single_lang) { // create index for primary language column + for all others (if multiple languages installed) - list($field_name, $field_params) = explode(' ', $field_expression, 2); - $ret .= 'ADD INDEX (`'.$field_name.'` (5) ), '; + list($field_name, $field_params) = explode(' ', $field_expression, 2); + $ret .= 'ADD INDEX (`'.$field_name.'` (5) ), '; } $start_index++;