From 9dc5a3bfc9152f04b9e39d61e90310d660029108 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 29 Jul 2018 17:59:40 -0700 Subject: this may conflict --- Zotlabs/Update/_1216.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Zotlabs/Update') diff --git a/Zotlabs/Update/_1216.php b/Zotlabs/Update/_1216.php index 843567633..69f2be15a 100644 --- a/Zotlabs/Update/_1216.php +++ b/Zotlabs/Update/_1216.php @@ -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; -- cgit v1.2.3