]> git.mxchange.org Git - friendica.git/blobdiff - update.php
fix typos in changelog
[friendica.git] / update.php
index 53cd0e305c1ac6e619fba9d2a953bc4a39aa3f93..c182eb590e1fbe49b3beb605c6392f1940875d89 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define( 'UPDATE_VERSION' , 1179 );
+define( 'UPDATE_VERSION' , 1185 );
 
 /**
  *
@@ -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;
+}