From 677a489338c20237b7d86424b389ddc427ee1a36 Mon Sep 17 00:00:00 2001 From: Isaac Flores Date: Mon, 22 Jun 2009 03:19:19 +0200 Subject: [PATCH] [svn r21557] Minor - logic changes - replace undefined variable language - (partial FS#3909) --- main/social/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/social/profile.php b/main/social/profile.php index 9e1b73d239..bce2531c67 100644 --- a/main/social/profile.php +++ b/main/social/profile.php @@ -438,7 +438,7 @@ echo '
'; if ($user_id == api_get_user_id()) echo get_lang('ViewMySharedProfile'); else - echo $user_info['firstname'].' '.$user_info['lastname'].' '.get_lang('Profile'); + echo get_lang('ViewSharedProfile').' - '.ucfirst($user_info['firstname']).' '.$user_info['lastname']; echo '
';