diff options
author | friendica <info@friendica.com> | 2014-12-16 00:25:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-16 00:25:41 -0800 |
commit | 17e27d0d87d1197bd2928030ad98cd19869f78d4 (patch) | |
tree | 71e63acca364838d8320d763d8292ba38aaa23eb /version.inc | |
parent | 2e990743e757bea6712a3f3e9639a43c89b52901 (diff) | |
download | volse-hubzilla-17e27d0d87d1197bd2928030ad98cd19869f78d4.tar.gz volse-hubzilla-17e27d0d87d1197bd2928030ad98cd19869f78d4.tar.bz2 volse-hubzilla-17e27d0d87d1197bd2928030ad98cd19869f78d4.zip |
add Thomas's Diaspora repair script as include/fixd.php - altered so it can be re-run if necessary with a count of remaining hublocs to be fixed. Some sites are down so it probably can't ever get to zero. The check for a null join is quite an expensive query. It could block your DB for a couple minutes while it runs.
Also some preliminary work on a means to take the channel module out of list/forum mode if a specific mid is requested.
Diffstat (limited to 'version.inc')
-rw-r--r-- | version.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.inc b/version.inc index d2690e375..2dafb05e5 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-12-15.890 +2014-12-16.891 |