this is the reason Diaspora forum tagging was broken
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user