MDL-20438 getting rid of left to-do notes

This commit is contained in:
David Mudrak
2012-03-30 11:05:42 +02:00
parent 8342171b52
commit cd89994d88
+2 -4
View File
@@ -1277,10 +1277,8 @@ class available_update_checker {
$message->fullmessage = $text;
$message->fullmessageformat = FORMAT_PLAIN;
$message->fullmessagehtml = $html;
$message->smallmessage = 'TODO';
$message->notification = 0;
$message->contexturl = 'http://glum/admin/TODO';
$message->contexturlname = 'View details TODO';
$message->smallmessage = get_string('updatenotifications', 'core_admin');
$message->notification = 1;
message_send($message);
}
}