Index: trunk/core/units/general/helpers/multilanguage.php =================================================================== diff -u -N -r8397 -r8566 --- trunk/core/units/general/helpers/multilanguage.php (.../multilanguage.php) (revision 8397) +++ trunk/core/units/general/helpers/multilanguage.php (.../multilanguage.php) (revision 8566) @@ -177,7 +177,7 @@ function getCreatedCount($field_name) { - $ret = $this->scanTable('/^l[\d]+_'.preg_quote($field_name, '/').'/'); + $ret = $this->scanTable('/^l[\d]+_'.preg_quote($field_name, '/').'$/'); if (!$ret) { // no multilingual fields at all (but we have such field without language prefix) $original_found = $this->scanTable('/'.preg_quote($field_name, '/').'/');