From: Friendika Date: Sat, 27 Aug 2011 04:51:12 +0000 (-0700) Subject: fix any update issues that may arise from update 1081 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e3dbb6339386fce5cef2d22be6edd63b93a9b41d;p=friendica.git fix any update issues that may arise from update 1081 --- diff --git a/boot.php b/boot.php index 41951b06b2..cb18b05604 100644 --- a/boot.php +++ b/boot.php @@ -9,7 +9,7 @@ require_once("include/pgettext.php"); define ( 'FRIENDIKA_VERSION', '2.2.1084' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1082 ); +define ( 'DB_UPDATE_VERSION', 1083 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/update.php b/update.php index d92b1dd916..c23ce95c6f 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@