make 90 the default closeness when humans are involved in the process
This commit is contained in:
parent
a96d2177f7
commit
bb31e6bd6a
@ -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'],
|
||||
'$val' => (($contact['abook_closeness']) ? $contact['abook_closeness'] : 90),
|
||||
'$intimate' => t('Best Friends'),
|
||||
'$friends' => t('Friends'),
|
||||
'$oldfriends' => t('Former Friends'),
|
||||
|
@ -1 +1 @@
|
||||
2013-05-22.321
|
||||
2013-05-23.322
|
||||
|
Reference in New Issue
Block a user