]> git.mxchange.org Git - friendica.git/blobdiff - update.php
bbcode documentation: enable overline
[friendica.git] / update.php
index 01fa2206737b3d34ac681dbc6d02a00f30b7f2b8..5eab9c2207d48872c8a0505bfdec987efb490f83 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define('UPDATE_VERSION' , 1205);
+define('UPDATE_VERSION' , 1207);
 
 /**
  *
@@ -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
+}