aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-24 06:02:30 -0700
committerfriendica <info@friendica.com>2013-05-24 06:02:30 -0700
commit5c1f959c1828066358ec868ffb953e88f16195c6 (patch)
tree35044a7d00589a5eaa8d734ce46db2fa3fda635a /mod
parent87e7deacf92811430ed113c66db91a3f8f4e476e (diff)
downloadvolse-hubzilla-5c1f959c1828066358ec868ffb953e88f16195c6.tar.gz
volse-hubzilla-5c1f959c1828066358ec868ffb953e88f16195c6.tar.bz2
volse-hubzilla-5c1f959c1828066358ec868ffb953e88f16195c6.zip
set default contact affinity back to 99 - we'll solve the other problem another way, this one is flawed
Diffstat (limited to 'mod')
-rw-r--r--mod/connections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php
index 4858f75ea..ff3edfeaa 100644
--- a/mod/connections.php
+++ b/mod/connections.php
@@ -332,7 +332,7 @@ function connections_content(&$a) {
$slider_tpl = get_markup_template('contact_slider.tpl');
$slide = replace_macros($slider_tpl,array(
'$me' => t('Me'),
- '$val' => (($contact['abook_closeness']) ? $contact['abook_closeness'] : 90),
+ '$val' => (($contact['abook_closeness']) ? $contact['abook_closeness'] : 99),
'$intimate' => t('Best Friends'),
'$friends' => t('Friends'),
'$oldfriends' => t('Former Friends'),