moodle/backup/converter
David Mudrak 23007e5d27 MDL-22414 Fixed wrong usage of static caches
These static caches were bad idea of mine. Multiple conversion jobs
executed from a single PHP script share such variables, of course, which
is wrong. This patch removes one static cache completely and
reimplements the other two static caches as normal member variables.
2011-06-03 21:54:13 +02:00
..
moodle1 MDL-22414 Fixed wrong usage of static caches 2011-06-03 21:54:13 +02:00
convertlib.php MDL-22414 Fixed the id generation entropy 2011-06-03 18:54:57 +02:00