From e69b47616dd4e1d49620bc45a7051b0412ac098f Mon Sep 17 00:00:00 2001
From: Neil Drumm <drumm@delocalizedham.com>
Date: Tue, 30 Oct 2012 13:39:47 -0700
Subject: [PATCH] [#1827320] Leave a flag for 7.x updates so we have an
 upgrade path.

---
 apachesolr.install |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/apachesolr.install b/apachesolr.install
index 68c2c96..c2a3c81 100644
--- a/apachesolr.install
+++ b/apachesolr.install
@@ -365,3 +365,11 @@ function apachesolr_update_6302() {
   }
   return $ret;
 }
+
+/**
+ * Leave a flag for 7.x updates so we have an upgrade path.
+ */
+function apachesolr_update_6303() {
+  variable_set('apachesolr_update_from_6303', TRUE);
+  return array();
+}
-- 
1.7.10.2 (Apple Git-33)

