]> git.mjollnir.org Git - moodle.git/commit
MDL-12990 - clean up message_print_contacts() a lot to:
authorpoltawski <poltawski>
Tue, 15 Jan 2008 13:48:34 +0000 (13:48 +0000)
committerpoltawski <poltawski>
Tue, 15 Jan 2008 13:48:34 +0000 (13:48 +0000)
commitf46b6587a6096e7feb300f5d9a5d584f81c5ee95
tree31a88b6806bb69dc6855636348a4422205353128
parent4e25202e0b00ebbf1b27ed003e6559881562e5e5
MDL-12990 - clean up message_print_contacts() a lot to:
 * Use less DB queries and avoid getting lots of needless data
 * Dont do a big php array rearranging loop - database does the work for us instead
 * split all the duplicated display code into a single function

merged from MOODLE_19_STABLE
message/lib.php