]> git.mxchange.org Git - friendica.git/blobdiff - update.php
The frontend worker can now fork background processes
[friendica.git] / update.php
index b659336abf86af5a68cbd20494ec6fc6cdc3a20c..76007ad3aa0d3ac9860ea68a81c6c49303db2832 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define('UPDATE_VERSION' , 1204);
+define('UPDATE_VERSION' , 1209);
 
 /**
  *
@@ -1727,4 +1727,4 @@ function update_1190() {
 function update_1202() {
        $r = q("UPDATE `user` SET `account-type` = %d WHERE `page-flags` IN (%d, %d)",
                dbesc(ACCOUNT_TYPE_COMMUNITY), dbesc(PAGE_COMMUNITY), dbesc(PAGE_PRVGROUP));
-}
\ No newline at end of file
+}