From a17dd541ee2385e62be7880783715296b373acd5 Mon Sep 17 00:00:00 2001 From: zottel Date: Fri, 22 Feb 2013 13:26:11 +0100 Subject: [PATCH] reorder the update of the item table as instructed by Michael Vogel --- boot.php | 2 +- update.php | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/boot.php b/boot.php index 200ce28172..93dbd5abab 100644 --- a/boot.php +++ b/boot.php @@ -14,7 +14,7 @@ require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '3.1.1618' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1162 ); +define ( 'DB_UPDATE_VERSION', 1163 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/update.php b/update.php index 6dd58757b9..40f22e6aa6 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@