]> git.mxchange.org Git - friendica.git/commitdiff
typo in update - critical
authorfriendica <info@friendica.com>
Fri, 27 Jan 2012 07:56:47 +0000 (23:56 -0800)
committerfriendica <info@friendica.com>
Fri, 27 Jan 2012 07:56:47 +0000 (23:56 -0800)
boot.php
update.php

index 9ccbfe667c215e123de8b2c0aa3eac77cf38e2fc..03f324749de6d258060092e5820b3c4898e5bdd7 100755 (executable)
--- a/boot.php
+++ b/boot.php
@@ -11,7 +11,7 @@ require_once('include/cache.php');
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_VERSION',      '2.3.1236' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.22'    );
-define ( 'DB_UPDATE_VERSION',      1117      );
+define ( 'DB_UPDATE_VERSION',      1118      );
 
 define ( 'EOL',                    "<br />\r\n"     );
 define ( 'ATOM_TIME',              'Y-m-d\TH:i:s\Z' );
index e1900e8070df641b3a937bcd8c4e385c743500c0..d961f293278466b33fe0d3af424aded8da78e816 100755 (executable)
@@ -1,6 +1,6 @@
 <?php
 
-define( 'UPDATE_VERSION' , 1117 );
+define( 'UPDATE_VERSION' , 1118 );
 
 /**
  *
@@ -997,9 +997,12 @@ function update_1115() {
                ADD INDEX (`moderated`) ");
 }
 
-
 function update_1116() {
-q("create table if not exists `manage` {
+       //typo! corrected update was rolled forward
+}
+
+function update_1117() {
+q("create table if not exists `manage` (
 `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
 `uid` INT NOT NULL ,
 `mid` INT NOT NULL,