From 0731c177eb4a58c6dd7bb50ee3915563c33531bc Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 6 Apr 2012 03:25:01 -0700 Subject: [PATCH] fix bad sql update --- boot.php | 2 +- update.php | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/boot.php b/boot.php index e1bcc078a5..f4f44a6447 100644 --- a/boot.php +++ b/boot.php @@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1303' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1135 ); +define ( 'DB_UPDATE_VERSION', 1136 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/update.php b/update.php index ae35d2d50d..0c8486c316 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@