fix sql empty query error in db update 1216
(cherry picked from commit e4a1286aae
)
This commit is contained in:
parent
6c10af29ee
commit
d00761628f
@ -6,7 +6,7 @@ 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