fix sql error

This commit is contained in:
Mario 2018-10-17 11:05:28 +02:00
parent 4295fbf6c6
commit 32de123db0

View File

@ -1178,7 +1178,7 @@ logger('linkify: ' . print_r($results,true));
intval($channel_id) intval($channel_id)
); );
if($y && intval($y[0]['total']) > 1) { if($y && intval($y[0]['total']) > 1) {
q("update account set account_level = 1 where account_id = %d limit 1", q("update account set account_level = 1 where account_id = %d",
intval($a[0]['account_id']) intval($a[0]['account_id'])
); );
} }