]> git.mjollnir.org Git - moodle.git/commit
lib/textlib.class: Cache dir is now created correctly, allowing speed increase (SR...
authormartinlanghoff <martinlanghoff>
Tue, 31 Oct 2006 05:03:54 +0000 (05:03 +0000)
committermartinlanghoff <martinlanghoff>
Tue, 31 Oct 2006 05:03:54 +0000 (05:03 +0000)
commite7812e9c6246cfe690074f477da0873d2ace85cd
treeb95188882fd04563c0802623923ca030377469e2
parent459e27f3a0511ae6bbb4a4eb51ad687b7ec441e4
lib/textlib.class: Cache dir is now created correctly, allowing speed increase (SR# 595)

Previous logic had dir created only when mbstring wasn't used, but the
typo3 lib needs to cache some data regardless, for the specCharsToASCII
function, which uses internal translation tables.

Author: Luke Hudson <luke@catalyst.net.nz>
lib/textlib.class.php