- Patch #782056 by aspilicious: removing tabs and trailing white space.
parent
38082fe414
commit
654921c474
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
*/
|
||||
function module_test_test_hook() {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,4 +33,4 @@ div.ok,
|
|||
tr.ok {
|
||||
background-color: #dfd;
|
||||
color: #020;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue