diff options
author | friendica <info@friendica.com> | 2013-03-10 20:39:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-10 20:39:27 -0700 |
commit | 26499981b6c18879cfb1d7ddb8321b965277a5fd (patch) | |
tree | 0268b6732aafe167e1036bc566c13a54d7854d99 /mod | |
parent | 952b2ef2ab256d46d616db70edc42ffe640a5e9d (diff) | |
download | volse-hubzilla-26499981b6c18879cfb1d7ddb8321b965277a5fd.tar.gz volse-hubzilla-26499981b6c18879cfb1d7ddb8321b965277a5fd.tar.bz2 volse-hubzilla-26499981b6c18879cfb1d7ddb8321b965277a5fd.zip |
cleanup
Diffstat (limited to 'mod')
-rw-r--r-- | mod/fsuggest.php | 5 | ||||
-rw-r--r-- | mod/probe.php | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mod/fsuggest.php b/mod/fsuggest.php index 9ef8f4c55..8b6f077d3 100644 --- a/mod/fsuggest.php +++ b/mod/fsuggest.php @@ -100,8 +100,9 @@ function fsuggest_content(&$a) { $o .= '<form id="fsuggest-form" action="fsuggest/' . $contact_id . '" method="post" >'; - $o .= contact_selector('suggest','suggest-select', false, - array('size' => 4, 'exclude' => $contact_id, 'networks' => 'DFRN_ONLY', 'single' => true)); +// FIXME contact_selector deprecated, removed +// $o .= contact_selector('suggest','suggest-select', false, +// array('size' => 4, 'exclude' => $contact_id, 'networks' => 'DFRN_ONLY', 'single' => true)); $o .= '<div id="fsuggest-submit-wrapper"><input id="fsuggest-submit" type="submit" name="submit" value="' . t('Submit') . '" /></div>'; diff --git a/mod/probe.php b/mod/probe.php index f90728df2..397f571c5 100644 --- a/mod/probe.php +++ b/mod/probe.php @@ -1,6 +1,5 @@ <?php -require_once('include/Scrape.php'); require_once('include/zot.php'); function probe_content(&$a) { |