diff options
author | friendica <info@friendica.com> | 2013-08-24 16:52:38 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-24 16:52:38 -0700 |
commit | 381f457c3fae5dea1c76883837f18a70a55e6bb8 (patch) | |
tree | 79ad12554a9432e7d21e61d7cd6d2664697d6529 /doc/html/include_2follow_8php.html | |
parent | 83e3e4e45a1906590a2a629f197800c928ebe169 (diff) | |
download | volse-hubzilla-381f457c3fae5dea1c76883837f18a70a55e6bb8.tar.gz volse-hubzilla-381f457c3fae5dea1c76883837f18a70a55e6bb8.tar.bz2 volse-hubzilla-381f457c3fae5dea1c76883837f18a70a55e6bb8.zip |
fix xchans more completely after a URL change
Diffstat (limited to 'doc/html/include_2follow_8php.html')
-rw-r--r-- | doc/html/include_2follow_8php.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/html/include_2follow_8php.html b/doc/html/include_2follow_8php.html index ed557fda9..8b42bcb0a 100644 --- a/doc/html/include_2follow_8php.html +++ b/doc/html/include_2follow_8php.html @@ -112,11 +112,11 @@ $(document).ready(function(){initNavTree('include_2follow_8php.html','');}); <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> -<tr class="memitem:a6553a7650fae55f95660510d90983144"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2follow_8php.html#a6553a7650fae55f95660510d90983144">new_contact</a> ($uid, $url, $channel, $interactive=false)</td></tr> -<tr class="separator:a6553a7650fae55f95660510d90983144"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:ae387d4ae097c23d69f3247e7f08140c7"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact</a> ($uid, $url, $channel, $interactive=false, $confirm=false)</td></tr> +<tr class="separator:ae387d4ae097c23d69f3247e7f08140c7"><td class="memSeparator" colspan="2"> </td></tr> </table> <h2 class="groupheader">Function Documentation</h2> -<a class="anchor" id="a6553a7650fae55f95660510d90983144"></a> +<a class="anchor" id="ae387d4ae097c23d69f3247e7f08140c7"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -142,7 +142,13 @@ Functions</h2></td></tr> <td class="paramkey"></td> <td></td> <td class="paramtype"> </td> - <td class="paramname"><em>$interactive</em> = <code>false</code> </td> + <td class="paramname"><em>$interactive</em> = <code>false</code>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"> </td> + <td class="paramname"><em>$confirm</em> = <code>false</code> </td> </tr> <tr> <td></td> |