From 48521fa4e131cd77cb8e8cdb32ff1f96120ec4f5 Mon Sep 17 00:00:00 2001
From: Friendika <info@friendika.com>
Date: Tue, 28 Jun 2011 23:20:58 -0700
Subject: [PATCH] document better the UPDATE_VERSION

---
 update.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update.php b/update.php
index ce8c694cab..306731a139 100644
--- a/update.php
+++ b/update.php
@@ -15,7 +15,7 @@ define( 'UPDATE_VERSION' , 1070 );
  * 
  * At the top of the file "boot.php" is a define for DB_UPDATE_VERSION. Any time there is a change
  * to the database schema or one which requires an upgrade path from the existing application,
- * the DB_UPDATE_VERSION is incremented.
+ * the DB_UPDATE_VERSION and the UPDATE_VERSION at the top of this file are incremented.
  *
  * The current DB_UPDATE_VERSION is stored in the config area of the database. If the application starts up
  * and DB_UPDATE_VERSION is greater than the last stored build number, we will process every update function 
-- 
2.39.5