]> git.mjollnir.org Git - moodle.git/commit
MDL-20268 Significant performance improvement of generate_id()
authormudrd8mz <mudrd8mz>
Fri, 11 Sep 2009 19:54:11 +0000 (19:54 +0000)
committermudrd8mz <mudrd8mz>
Fri, 11 Sep 2009 19:54:11 +0000 (19:54 +0000)
commit0c868b08a00138f35eed0de941c062757feaeca3
tree1f8f71333e17a033806c47b963beaf73fe00d7d9
parent45e4294df244a73d975edc98e366b205657f9e1b
MDL-20268 Significant performance improvement of generate_id()

Using the PHP's built-in generator instead of the current
implementation. See the issue description more details.
lib/outputcomponents.php