Merge remote-tracking branch 'mike/master' into dev

This commit is contained in:
Mario Vavti 2018-04-07 14:16:59 +02:00
commit bddf8cfde4

View File

@ -99,7 +99,7 @@ function import_channel($channel, $account_id, $seize) {
} }
if($clean) { if($clean) {
create_table_from_array('channel',$clean); channel_store_lowlevel($clean);
} }
$r = q("select * from channel where channel_account_id = %d and channel_guid = '%s' limit 1", $r = q("select * from channel where channel_account_id = %d and channel_guid = '%s' limit 1",