Index: units/helpers/language_import_helper.php =================================================================== --- units/helpers/language_import_helper.php (revision 13862) +++ units/helpers/language_import_helper.php (working copy) @@ -263,7 +263,7 @@ $sql = 'SELECT * FROM ' . $this->Application->getUnitOption('emailevents', 'TableName') . ' - WHERE ' . substr($module_sql, 0, -4) . ' AND ' . $limit_where . ' + WHERE `Type` IN (' . implode(',', $phrase_types) . ') AND ' . substr($module_sql, 0, -4) . ' AND ' . $limit_where . ' ORDER BY `Event`, `Type`'; $events = $this->Conn->Query($sql, 'EventId');