]> git.mjollnir.org Git - moodle.git/commit
mod/chat: Normal method -- faster, lighter DB updates
authormartinlanghoff <martinlanghoff>
Mon, 17 Apr 2006 21:05:51 +0000 (21:05 +0000)
committermartinlanghoff <martinlanghoff>
Mon, 17 Apr 2006 21:05:51 +0000 (21:05 +0000)
commit46c859760c71db935a4b6f7f23515bac34bf161b
tree5cd7e26d9f6a6df73cc15e0585b6c70576a2a479
parentc5e817f02c1fdecd9aa3b6b941e2fa98dc227863
mod/chat: Normal method -- faster, lighter DB updates

Use set_field() keyed on PK instead of update_record() or set_field()
keyed on non-PKs.
mod/chat/gui_header_js/jsupdate.php
mod/chat/gui_header_js/users.php