From 5bc0bd2701e3ba62ae941f54838029280a29604d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 3 Feb 2006 09:17:29 +0100 Subject: added compatibility layer for mb_* functions (from Typo3, patch from Guillaume Bour) --- functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.php') 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'; -- cgit v1.2.3