- Patch #782056 by aspilicious: removing tabs and trailing white space.

merge-requests/26/head
Dries Buytaert 2010-05-26 19:51:01 +00:00
parent 38082fe414
commit 654921c474
6 changed files with 8 additions and 8 deletions

View File

@ -14,9 +14,9 @@ Prior to upgrading, you should ensure that:
Let's begin!
1. Back up your Drupal database and site root directory. Be especially sure
to back up your "sites" directory which contains your configuration file,
added modules and themes, and your site's uploaded files. If other files
1. Back up your Drupal database and site root directory. Be especially sure
to back up your "sites" directory which contains your configuration file,
added modules and themes, and your site's uploaded files. If other files
have modifications, such as .htaccess or robots.txt, back those up as well.
Note: for a single site setup, the configuration file is the "settings.php"

View File

@ -4649,7 +4649,7 @@ function drupal_cron_cleanup() {
/**
* Returns information about system object files (modules, themes, etc.).
*
*
* This function is used to find all or some system object files (module files,
* theme files, etc.) that exist on the site. It searches in several locations,
* depending on what type of object you are looking for. For instance, if you

View File

@ -115,7 +115,7 @@ function update_prepare_d7_bootstrap() {
print $message . '<p>See the <a href="http://drupal.org/requirements">system requirements page</a> for more information.</p>';
exit();
}
// Allow the database system to work even if the registry has not been
// created yet.
drupal_bootstrap(DRUPAL_BOOTSTRAP_DATABASE);

View File

@ -11,4 +11,4 @@
*/
function module_test_test_hook() {
}
}

View File

@ -33,4 +33,4 @@ div.ok,
tr.ok {
background-color: #dfd;
color: #020;
}
}

View File

@ -133,7 +133,7 @@
*
* You can also use db_prefix as a reference to a schema/database. This maybe
* useful if your Drupal installation exists in a schema that is not the default
* or you want to access several databases from the same code base at the same
* or you want to access several databases from the same code base at the same
* time.
* Example:
*