Index: alpha2alpha/alpha2alpha.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/head2head/alpha2alpha/alpha2alpha.install,v
retrieving revision 1.28
diff -u -p -r1.28 alpha2alpha.install
--- alpha2alpha/alpha2alpha.install	27 Sep 2010 19:00:13 -0000	1.28
+++ alpha2alpha/alpha2alpha.install	28 Sep 2010 10:05:52 -0000
@@ -312,6 +312,13 @@ function alpha2alpha_update_7801() {
 }
 
 /**
+ * Fix the schema versions for the locale module.
+ */
+function alpha2alpha_update_7802() {
+  alpha2alpha_update_helper('909338', 8, array('locale'));
+}
+
+/**
  * @} End of "defgroup updates-alpha-7-to-8"
  * The next series of updates should start at 7900.
  */
