message MDL-24635 fixed a small bug that was preventing some tooltips from being...
authorAndrew Davis <andrew@affinitysoftware.net>
Wed, 13 Oct 2010 03:28:16 +0000 (03:28 +0000)
committerAndrew Davis <andrew@affinitysoftware.net>
Wed, 13 Oct 2010 03:28:16 +0000 (03:28 +0000)
message/lib.php

index 664075a..6fe3655 100644 (file)
@@ -1008,7 +1008,7 @@ function message_contact_link($userid, $linktype='add', $return=false, $script=n
 
     $output = '<span class="'.$linktype.'contact">'.
               '<a href="'.$script.'&amp;'.$command.'='.$userid.
-              '&amp;sesskey='.sesskey().'" title="'.$safestring.'">'.
+              '&amp;sesskey='.sesskey().'" title="'.$safealttext.'">'.
               $img.
               $safestring.'</a></span>';