]> git.mjollnir.org Git - moodle.git/commit
textlib: Don't require_once() class.t3lib_div.php which we never use
authormartinlanghoff <martinlanghoff>
Wed, 19 Sep 2007 07:46:54 +0000 (07:46 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 19 Sep 2007 07:46:54 +0000 (07:46 +0000)
commit0c13a90844e3715b708b334ee5c0d263abd5ab02
treeb7c39cd8560746d7fc947b880d811fd54ac75236
parent2a2057736ee07a0f1cf4f7f1092d9a4bb8fb9ecd
textlib: Don't require_once() class.t3lib_div.php which we never use

The largest of the 2 typo3 libs we ship in Moodle is never used. So
don't even parse it.

This takes Moodle's "default homepage" from 1.8MB to 1.6MB of PHP.
Tiny, but every bit helps...
lib/textlib.class.php