diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-19 04:56:11 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-19 04:56:11 +0000 |
commit | fdaae7627031904ccb87cc46c350be560b211fbb (patch) | |
tree | a3a07da042a0f2fd4b5edf98bd85fe4bb1509e75 /includes | |
parent | 104d6197a8affe1bfdbe6565686aabf531bd455b (diff) | |
download | brdo-fdaae7627031904ccb87cc46c350be560b211fbb.tar.gz brdo-fdaae7627031904ccb87cc46c350be560b211fbb.tar.bz2 |
#1002364: Fixed Whitespace in bootstrap.inc
Diffstat (limited to 'includes')
-rw-r--r-- | includes/bootstrap.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 70dbdc1e0..be0a471eb 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -19,12 +19,12 @@ define('DRUPAL_CORE_COMPATIBILITY', '7.x'); /** * 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. |