this may conflict

This commit is contained in:
zotlabs
2018-07-29 17:59:40 -07:00
parent 9701516228
commit 9dc5a3bfc9
2 changed files with 17 additions and 16 deletions

View File

@@ -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;