diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-29 22:19:44 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-29 22:19:44 -0700 |
commit | 97e8275dc2a63e465adb789be9f94597e5f4d400 (patch) | |
tree | bf1724dd78f5ee8fd7f6832e0993b3fa6b80e410 /mod | |
parent | a7135b5ecd1716575e1dfe608f744bf989381630 (diff) | |
parent | 0b347ccc14a384bfcbda343aacc1dfa1b7ddd740 (diff) | |
download | volse-hubzilla-97e8275dc2a63e465adb789be9f94597e5f4d400.tar.gz volse-hubzilla-97e8275dc2a63e465adb789be9f94597e5f4d400.tar.bz2 volse-hubzilla-97e8275dc2a63e465adb789be9f94597e5f4d400.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Diffstat (limited to 'mod')
-rw-r--r-- | mod/connedit.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/connedit.php b/mod/connedit.php index dac393b5c..46546caa1 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,''), |