From fdaae7627031904ccb87cc46c350be560b211fbb Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Sun, 19 Dec 2010 04:56:11 +0000 Subject: [PATCH] #1002364: Fixed Whitespace in bootstrap.inc --- includes/bootstrap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 70dbdc1e0437..be0a471eb4a8 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -19,12 +19,12 @@ /** * Minimum supported version of PHP. */ -define('DRUPAL_MINIMUM_PHP', '5.2.4'); +define('DRUPAL_MINIMUM_PHP', '5.2.4'); /** * Minimum recommended value of PHP memory_limit. */ -define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '32M'); +define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '32M'); /** * Indicates that the item should never be removed unless explicitly selected. -- GitLab