Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -8,7 +8,6 @@ |
9 | 9 | * Global functions used everywhere |
10 | 10 | */ |
11 | 11 | |
12 | | -require_once dirname(__FILE__) . '/LogPage.php'; |
13 | 12 | require_once dirname(__FILE__) . '/normal/UtfNormalUtil.php'; |
14 | 13 | require_once dirname(__FILE__) . '/XmlFunctions.php'; |
15 | 14 | |