this may conflict
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
namespace Zotlabs\Update;
|
||||
|
||||
class _1215 {
|
||||
class _1216 {
|
||||
|
||||
function run() {
|
||||
|
||||
$r = q("UPDATE xchan set xchan_name = 'unknown' where xchan_name like '%<%' ");
|
||||
$r = dbq("UPDATE xchan set xchan_name = 'unknown' where xchan_name like '%<%' ");
|
||||
|
||||
if($r) {
|
||||
return UPDATE_SUCCESS;
|
||||
|
Reference in New Issue
Block a user