From: Roland Häder Date: Fri, 19 Dec 2008 16:24:41 +0000 (+0000) Subject: Extensions 'admins' and 'task' are now always active X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=e5676824c6657556f866057ffa33cb78826c8f89 Extensions 'admins' and 'task' are now always active --- diff --git a/inc/databases.php b/inc/databases.php index d2f496c8f6..f0e384bf4f 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -115,7 +115,7 @@ define('USAGE_BASE', "usage"); define('SERVER_URL', "http://www.mxchange.org"); // Current SVN revision -define('CURR_SVN_REVISION', "661"); +define('CURR_SVN_REVISION', "662"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623); diff --git a/inc/extensions/ext-admins.php b/inc/extensions/ext-admins.php index b5e79e67a6..9b334e5508 100644 --- a/inc/extensions/ext-admins.php +++ b/inc/extensions/ext-admins.php @@ -306,5 +306,8 @@ default: // Do stuff when extension is loaded break; } +// Keep this extension always active! +$EXT_ALWAYS_ACTIVE = "Y"; + // ?> diff --git a/inc/extensions/ext-task.php b/inc/extensions/ext-task.php index 6cee26970a..cad3d0fe69 100644 --- a/inc/extensions/ext-task.php +++ b/inc/extensions/ext-task.php @@ -247,5 +247,8 @@ default: // Do stuff when extension is loaded break; } +// Keep this extension always active! +$EXT_ALWAYS_ACTIVE = "Y"; + // ?>