diff options
-rw-r--r-- | mod/connections.php | 2 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mod/connections.php b/mod/connections.php index a54f77b1f..4858f75ea 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'], + '$val' => (($contact['abook_closeness']) ? $contact['abook_closeness'] : 90), '$intimate' => t('Best Friends'), '$friends' => t('Friends'), '$oldfriends' => t('Former Friends'), diff --git a/version.inc b/version.inc index 68d7bf797..c6bbd1fb9 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-05-22.321 +2013-05-23.322 |