]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Now attachments of the type "application" are displayed as well.
[friendica.git] / update.php
index 954993a70a0f6ed59e4c372cff84902294ea62b5..761da7273d5d94da645a528517a6eb7e0c62de75 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define( 'UPDATE_VERSION' , 1180 );
+define( 'UPDATE_VERSION' , 1188 );
 
 /**
  *
@@ -1640,3 +1640,11 @@ function update_1178() {
 
        return UPDATE_SUCCESS;
 }
+
+function update_1180() {
+
+       // Fill the new fields in the term table.
+       proc_run('php',"include/tagupdate.php");
+
+       return UPDATE_SUCCESS;
+}