Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | */ |
11 | 11 | |
12 | 12 | require_once dirname(__FILE__) . '/normal/UtfNormalUtil.php'; |
13 | | -#require_once dirname(__FILE__) . '/XmlFunctions.php'; |
| 13 | +require_once dirname(__FILE__) . '/XmlFunctions.php'; |
14 | 14 | |
15 | 15 | // Hide compatibility functions from Doxygen |
16 | 16 | /// @cond |