missing closing bracket and semicolon

This commit is contained in:
Mario Vavti 2017-03-29 15:19:54 +02:00
parent 7033966bb8
commit 29c9972b86

View File

@ -258,6 +258,7 @@ function create_identity($arr) {
'channel_expire_days' => intval($expire),
'channel_timezone' => App::$timezone
]
);
$r = q("select * from channel where channel_account_id = %d
and channel_guid = '%s' limit 1",