From c56e39347548f875710dc0423c6b08f75bc57749 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 7 Dec 2005 10:47:30 +0000 Subject: [PATCH] Include compatibility plugin; no need for patching to use plugin git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10446 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/strings.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/functions/strings.php b/functions/strings.php index f4e76554..23e9d9b1 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -35,6 +35,12 @@ $SQM_INTERNAL_VERSION = array(1,5,1); */ include_once(SM_PATH . 'functions/global.php'); +/** + * Include Compatibility plugin if available. + */ +if (file_exists(SM_PATH . 'plugins/compatibility/functions.php')) + include_once(SM_PATH . 'plugins/compatibility/functions.php')); + /** * Appends citation markers to the string. * Also appends a trailing space. -- 2.25.1