Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6138cd
)
message MDL-24635 fixed a small bug that was preventing some tooltips from being...
author
Andrew Davis
<andrew@affinitysoftware.net>
Wed, 13 Oct 2010 03:28:16 +0000
(
03:28
+0000)
committer
Andrew Davis
<andrew@affinitysoftware.net>
Wed, 13 Oct 2010 03:28:16 +0000
(
03:28
+0000)
message/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/message/lib.php
b/message/lib.php
index
664075a
..
6fe3655
100644
(file)
--- a/
message/lib.php
+++ b/
message/lib.php
@@
-1008,7
+1008,7
@@
function message_contact_link($userid, $linktype='add', $return=false, $script=n
$output = '<span class="'.$linktype.'contact">'.
'<a href="'.$script.'&'.$command.'='.$userid.
- '&sesskey='.sesskey().'" title="'.$safe
string
.'">'.
+ '&sesskey='.sesskey().'" title="'.$safe
alttext
.'">'.
$img.
$safestring.'</a></span>';