parent
13386ddbd7
commit
d2e0ecd6a3
19
Zotlabs/Update/_1216.php
Normal file
19
Zotlabs/Update/_1216.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace Zotlabs\Update;
|
||||
|
||||
class _1215 {
|
||||
|
||||
function run() {
|
||||
|
||||
$r = q("UPDATE xchan set xchan_name = 'unknown' where xchan_name like '%<%' ");
|
||||
|
||||
if($r) {
|
||||
return UPDATE_SUCCESS;
|
||||
}
|
||||
else {
|
||||
return UPDATE_FAILED;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user