]> git.mjollnir.org Git - moodle.git/commit
auth/db/auth.php - fewer queries against the ext db
authormartinlanghoff <martinlanghoff>
Tue, 16 Jan 2007 05:24:20 +0000 (05:24 +0000)
committermartinlanghoff <martinlanghoff>
Tue, 16 Jan 2007 05:24:20 +0000 (05:24 +0000)
commit0f02788f70cff1ed8f010fd9103ba6e545ed09f7
treed73950e4c3d000b58012cbcf2bee0334b17f30cb
parent4d8c087e023f69685c52a045df1a5f0e61f1819b
auth/db/auth.php - fewer queries against the ext db

Previously sync script would query the ext db once for each field that
might be wanted (repeated for each user).  Changed to query once for each
user.

Originally by Peter Bulmer <peter.bulmer@catalyst.net.net>
Somewhat adapted by Martin Langhoff ;-)
auth/db/auth.php