summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-05-07 00:08:36 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-05-07 00:08:36 +0000
commit9cff02e91b43dc978023d6cb35ab12ee8c613bf8 (patch)
tree681a03fe40b520b54fbf41c995ea928d2310edb7 /update.php
parentd8d12d901ddb7cbba95d8f0ba533fbec43b191b2 (diff)
downloadbrdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.gz
brdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.bz2
#61802 by Zen, Double spaced sentences clean up
Diffstat (limited to 'update.php')
-rw-r--r--update.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.php b/update.php
index ff607cec1..8c74dead7 100644
--- a/update.php
+++ b/update.php
@@ -558,7 +558,7 @@ function update_access_denied_page() {
</ol>';
}
-// This code may be removed later. It is part of the Drupal 4.5 to 4.7 migration.
+// This code may be removed later. It is part of the Drupal 4.5 to 4.7 migration.
function update_fix_system_table() {
drupal_bootstrap(DRUPAL_BOOTSTRAP_DATABASE);
$row = db_fetch_object(db_query_range('SELECT * FROM {system}', 0, 1));
@@ -577,7 +577,7 @@ function update_fix_system_table() {
}
}
-// This code may be removed later. It is part of the Drupal 4.6 to 4.7 migration.
+// This code may be removed later. It is part of the Drupal 4.6 to 4.7 migration.
function update_fix_access_table() {
if (variable_get('update_access_fixed', FALSE)) {
return;