aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Update
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-07-29 17:59:40 -0700
committerzotlabs <mike@macgirvin.com>2018-07-29 17:59:40 -0700
commit9dc5a3bfc9152f04b9e39d61e90310d660029108 (patch)
tree35f3201b823b0e736b68394a37d544acbe55016b /Zotlabs/Update
parent97015162282989913d6b54c373af3b73b8043bad (diff)
downloadvolse-hubzilla-9dc5a3bfc9152f04b9e39d61e90310d660029108.tar.gz
volse-hubzilla-9dc5a3bfc9152f04b9e39d61e90310d660029108.tar.bz2
volse-hubzilla-9dc5a3bfc9152f04b9e39d61e90310d660029108.zip
this may conflict
Diffstat (limited to 'Zotlabs/Update')
-rw-r--r--Zotlabs/Update/_1216.php4
1 files changed, 2 insertions, 2 deletions
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;