$selected = " selected=\"selected\" ";
else
$selected = '';
- if($rr['network'] === 'stat')
- $disabled = ' disabled="true" ' ;
- else
+// if($rr['network'] === 'stat')
+// $disabled = ' disabled="true" ' ;
+// else
$disabled = '';
$o .= "<option value=\"{$rr['id']}\" $selected $disabled title=\"{$rr['url']}\" >{$rr['name']}</option>\r\n";
}
<div id="profile-edit-insecure">
<p>
-The social network that $name belongs to is an <strong>open network</strong> with no privacy controls.
-$name will only be able to view your public posts and will <strong>not</strong> be allowed to
-participate in private conversations or use other secure features within this network.
-</p>
-<p>
-$name <strong>may</strong> also have been automatically set to "ignored" as a spam prevention measure. You may
-change this (using the above settings) if you wish to allow incoming messages from $name.
+The social network that $name belongs to is an open network with limited or non-existent privacy controls.
+Please use appropriate discretion.
</p>
</div>
\ No newline at end of file