Index: i18nstrings/i18nstrings.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/i18n/i18nstrings/i18nstrings.module,v
retrieving revision 1.8.2.10
diff -u -p -r1.8.2.10 i18nstrings.module
--- i18nstrings/i18nstrings.module 25 Sep 2008 19:16:12 -0000 1.8.2.10
+++ i18nstrings/i18nstrings.module 29 Sep 2008 12:35:57 -0000
@@ -441,7 +441,7 @@ function i18nstrings_textgroup($textgrou
         // This is the first use of this string under current Drupal version. Save version
         // and clear cache, to include the string into caching next time. Saved version is
         // also a string-history information for later pruning of the tables.
-        db_query("UPDATE {locales_source} SET version = '%s' WHERE lid = %d LIMIT 1", VERSION, $translation->lid);
+        db_query_range("UPDATE {locales_source} SET version = '%s' WHERE lid = %d", VERSION, $translation->lid, 0, 1);
         cache_clear_all('locale:'.$textgroup.':', 'cache', TRUE);
       }
     }
