Skip to content

Commit

Permalink
Merge branch 'w21_MDL-27575_m23_skype' of git://github.com/skodak/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed May 25, 2012
2 parents 10a9d27 + 65f78ad commit ada7dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/profile.php
Expand Up @@ -280,7 +280,7 @@
}

if ($user->skype && !isset($hiddenfields['skypeid'])) {
print_row(get_string('skypeid').':','<a href="callto:'.urlencode($user->skype).'">'.s($user->skype).
print_row(get_string('skypeid').':','<a href="skype:'.urlencode($user->skype).'?call">'.s($user->skype).
' <img src="http://mystatus.skype.com/smallicon/'.urlencode($user->skype).'" alt="'.get_string('status').'" '.
' /></a>');
}
Expand Down

0 comments on commit ada7dbd

Please sign in to comment.