]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Merge pull request #442 from fermionic/frost-image-upload-and-post-local-time
[friendica.git] / update.php
index 789ff9f45dd32958b8c097c8ffc28f1a60a8fd10..19e6cf3bdf78c06eae128ee1f383eb4f902d3492 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define( 'UPDATE_VERSION' , 1155 );
+define( 'UPDATE_VERSION' , 1154 );
 
 /**
  *
@@ -1343,11 +1343,3 @@ function update_1153() {
        if(!$r) return UPDATE_FAILED;
        return UPDATE_SUCCESS;
 }
-
-function update_1154() {
-       $r = q("UPDATE `item` SET `thr-parent`=`parent-uri` WHERE `id`!=`parent` AND `thr-parent`=''");
-       
-       if(!$r) return UPDATE_FAILED;
-       return UPDATE_SUCCESS;
-}
-