bring back the ability to ignore a pending connection request without deleting it and without always having it in your face and without jumping through hoops.

This commit is contained in:
redmatrix
2016-01-26 16:57:36 -08:00
parent 9c71b74d37
commit 9b08051703
4 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
require_once('include/menu.php');
function import_channel($channel, $account_id) {
function import_channel($channel, $account_id, $seize) {
if(! array_key_exists('channel_system',$channel)) {
$channel['channel_system'] = (($channel['channel_pageflags'] & 0x1000) ? 1 : 0);