mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Fixed a typo
This commit is contained in:
parent
539a2da1f3
commit
088cbaab7b
@ -118,7 +118,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($user->icq) {
|
if ($user->icq) {
|
||||||
print_row("icq:","<a href=\"http://web.icq.com/wwp?uin=$user->icq\">$user->icq <img src=\"http://web.icq.com/whitepages/online?icq=$user->icq&img=5\" width=18 height=18 border=0></a>");
|
print_row("ICQ:","<a href=\"http://web.icq.com/wwp?uin=$user->icq\">$user->icq <img src=\"http://web.icq.com/whitepages/online?icq=$user->icq&img=5\" width=18 height=18 border=0></a>");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isteacher($course->id)) {
|
if (isteacher($course->id)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user