this is the reason Diaspora forum tagging was broken

This commit is contained in:
friendica
2014-10-14 18:02:34 -07:00
parent 903f7e73fb
commit 2db7d88e28
4 changed files with 14 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1129 );
define( 'UPDATE_VERSION' , 1130 );
/**
*
@@ -1457,3 +1457,10 @@ function update_r1128() {
}
function update_r1129() {
$r = q("update hubloc set hubloc_network = 'zot' where hubloc_network = '');
if($r)
return UPDATE_SUCCESS;
return UPDATE_FAILED;
}