diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-05-07 00:08:36 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-05-07 00:08:36 +0000 |
commit | 9cff02e91b43dc978023d6cb35ab12ee8c613bf8 (patch) | |
tree | 681a03fe40b520b54fbf41c995ea928d2310edb7 /database | |
parent | d8d12d901ddb7cbba95d8f0ba533fbec43b191b2 (diff) | |
download | brdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.gz brdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.bz2 |
#61802 by Zen, Double spaced sentences clean up
Diffstat (limited to 'database')
-rw-r--r-- | database/updates.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/database/updates.inc b/database/updates.inc index df676513c..83b23aff3 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -288,7 +288,7 @@ function system_update_119() { function system_update_120() { $ret = array(); - // Rewrite old URL aliases. Works for both PostgreSQL and MySQL + // Rewrite old URL aliases. Works for both PostgreSQL and MySQL $result = db_query("SELECT pid, src FROM {url_alias} WHERE src LIKE 'blog/%%'"); while ($alias = db_fetch_object($result)) { list(, $page, $op, $uid) = explode('/', $alias->src); @@ -992,7 +992,7 @@ function system_update_151() { } // Set menu_primary_menu and menu_primary_menu variables if links were - // imported. If the user had links but the toggle display was off, they + // imported. If the user had links but the toggle display was off, they // will need to disable the new links manually in admins/settings/menu. if ($num_inserted == 0) { variable_set($menus[$loop]['menu_var'], 0); |