From 4ea672bfd19319efed1fd398724cc33387337a55 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 7 Sep 2006 08:05:31 +0000 Subject: - Removing stray whitspaces. --- includes/common.inc | 2 +- includes/database.mysql.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index 234c8d94e..ffe4b0574 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1372,7 +1372,7 @@ function drupal_add_js($data = NULL, $type = 'module', $scope = 'header', $defer /** * Helper function for drupal_add_js(). - */ + */ function _drupal_add_js($data, $type, $scope, $defer, $cache) { static $javascript = array(); diff --git a/includes/database.mysql.inc b/includes/database.mysql.inc index 4f856a83b..79f95331e 100644 --- a/includes/database.mysql.inc +++ b/includes/database.mysql.inc @@ -25,7 +25,7 @@ function db_status_report($phase) { ); // Extract version number - list($version) = explode('-', $info); + list($version) = explode('-', $info); if (version_compare($version, DRUPAL_MINIMUM_MYSQL) < 0) { $form['mysql']['severity'] = REQUIREMENT_ERROR; $form['mysql']['description'] = $t('Your MySQL Server is too old. Drupal requires at least MySQL %version.', array('%version' => DRUPAL_MINIMUM_MYSQL)); -- cgit v1.2.3