diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-02-03 09:17:29 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-02-03 09:17:29 +0100 |
| commit | 5bc0bd2701e3ba62ae941f54838029280a29604d (patch) | |
| tree | 3fcf47dda7c26cd10a4aa731e00818eac69f8495 /functions.php | |
| parent | 19ded366c260c87c42b924c4c54d36691832bad4 (diff) | |
added compatibility layer for mb_* functions (from Typo3, patch from Guillaume Bour)
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.php b/functions.php index 7d65c9038..6cc9b2310 100644 --- a/functions.php +++ b/functions.php @@ -8,6 +8,7 @@ require_once 'config.php'; require_once 'db-prefs.php'; + require_once 'compat.php'; require_once 'magpierss/rss_utils.inc'; |