diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-08 21:00:56 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-08 21:00:56 +0000 |
commit | f24e031aca532a80fa0c088d9b489c0ce51d952a (patch) | |
tree | 84134e955c708077e95c6d0841f3c7a50be4708d | |
parent | e9d97f1eef493de9b9cb3ae456175ce33b5cb796 (diff) | |
download | brdo-f24e031aca532a80fa0c088d9b489c0ce51d952a.tar.gz brdo-f24e031aca532a80fa0c088d9b489c0ce51d952a.tar.bz2 |
- Patch #484862 by andypost: whitespace issues.
-rw-r--r-- | modules/system/system.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 5a68e7007..92adc499b 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3525,9 +3525,9 @@ function system_update_7024() { return $ret; } - /** - * Improve indexes on the {url_alias} table. - */ +/** + * Improve indexes on the {url_alias} table. + */ function system_update_7025() { $ret = array(); db_drop_index($ret, 'url_alias', 'src_language'); |