From 0b347ccc14a384bfcbda343aacc1dfa1b7ddd740 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 29 Jun 2015 20:35:56 -0700 Subject: turn the connection filter into a feature. --- mod/connedit.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/connedit.php') diff --git a/mod/connedit.php b/mod/connedit.php index fd7533711..71166b2cc 100644 --- a/mod/connedit.php +++ b/mod/connedit.php @@ -668,6 +668,7 @@ function connedit_content(&$a) { '$lbl_slider' => t('Slide to adjust your degree of friendship'), '$lbl_rating' => t('Rating (this information is public)'), '$lbl_rating_txt' => t('Optionally explain your rating (this information is public)'), + '$connfilter' => feature_enabled(local_channel(),'connfilter'), '$incl' => array('abook_incl',t('Only import posts with this text'), $contact['abook_incl'],t('words one per line or #tags or /patterns/, leave blank to import all posts')), '$excl' => array('abook_excl',t('Do not import posts with this text'), $contact['abook_excl'],t('words one per line or #tags or /patterns/, leave blank to import all posts')), '$rating_text' => array('rating_text', t('Optionally explain your rating (this information is public)'),$rating_text,''), -- cgit v1.2.3