mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
14 lines
205 B
PHP
14 lines
205 B
PHP
<?php
|
|
|
|
namespace Zotlabs\Update;
|
|
|
|
class _1129 {
|
|
function run() {
|
|
$r = q("update hubloc set hubloc_network = 'zot' where hubloc_network = ''");
|
|
if($r)
|
|
return UPDATE_SUCCESS;
|
|
return UPDATE_FAILED;
|
|
}
|
|
|
|
|
|
} |